<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Novell Forums</title>
		<link>https://forums.novell.com/</link>
		<description>This is a discussion forum for Novell enterprise products. To find out about Novell, go to http://www.novell.com/</description>
		<language>en</language>
		<lastBuildDate>Sun, 19 May 2013 01:17:36 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://forums.novell.com/images/misc/rss.png</url>
			<title>Novell Forums</title>
			<link>https://forums.novell.com/</link>
		</image>
		<item>
			<title>List of Users in Landing Page Workspace?</title>
			<link>https://forums.novell.com/novell-product-discussions/collaboration/vibe/466858-list-users-landing-page-workspace.html</link>
			<pubDate>Sat, 18 May 2013 05:10:57 GMT</pubDate>
			<description><![CDATA[Hi, I'm building out a customized landing page in Novell Vibe, and I was wondering if there was a way to include a list of all Vibe users as a...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm building out a customized landing page in Novell Vibe, and I was wondering if there was a way to include a list of all Vibe users as a module/entry on the landing page, exactly like how clicking on &quot;Personal Workspaces&quot; brings up a list of users? I see that Novell Vibe already has a definition element specifically for displaying a list of users, but I'm not sure how I'd add that/display that on a landing page. Any help is very much appreciated!</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/collaboration/vibe/">Vibe</category>
			<dc:creator>rsoberano</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/collaboration/vibe/466858-list-users-landing-page-workspace.html</guid>
		</item>
		<item>
			<title>Where to make changes for using 3rd party cert with OES11.</title>
			<link>https://forums.novell.com/novell-product-discussions/file-networking-services/open-enterprise-server/oes-linux/oes-l-linux-web-services/466857-where-make-changes-using-3rd-party-cert-oes11.html</link>
			<pubDate>Sat, 18 May 2013 03:51:45 GMT</pubDate>
			<description><![CDATA[Just because it takes a while to track all these down individually, here's a list of what to change in order to use a 3rd party security cert to...]]></description>
			<content:encoded><![CDATA[<div>Just because it takes a while to track all these down individually, here's a list of what to change in order to use a 3rd party security cert to prevent your browsers from complaining with iManager, iMonitor NRM and the server's basic website.<br />
<br />
This assumes you already know how to get a 3rd party cert for your server using iManager and exporting that same cert as a PFX file to the server in question.<br />
<br />
Once that's done, open a terminal session in the directory where the PFX file is located and run two OpenSSL commands:<br />
<br />
<i>openssl pkcs12 -in keyStore.pfx -out &lt;whatever name you want&gt;cert.pem -nodes -nokeys</i><br />
<i>openssl pkcs12 -in keyStore.pfx -out &lt;whatever name you want&gt;key.pem -nodes -nocerts</i><br />
<br />
In both commands, you will be asked for the password you used in exporting the PFX file.<br />
<br />
Copy both files to the /etc/ssl/servercerts/ folder<br />
For the server itself (<a href="https://whatever_your_server_is" target="_blank">https://whatever_your_server_is</a>), edit two lines in &quot;/etc/apache2/vhosts.d/vhost-ssl-conf&quot;:<br />
<br />
<i>SSLCertificateFile /etc/ssl/servercerts/&lt;your servercert file name&gt;.pem</i><br />
<i>SSLCertificateKeyFile /etc/ssl/servercerts/&lt;your serverkey file name&gt;.pem</i><br />
<br />
<br />
<b>iManager:</b><br />
With thanks to Peter Hine's response in the 02-Jul-2012 Novell forum thread, &quot;OES11: Custom certificate for Apache&quot;<br />
<a href="!457479!https://forums.novell.com/novell-product-discussions/file-networking-services/open-enterprise-server/oes-linux/oes-l-install/457479-oes11-custom-certificate-apache.html" target="_blank">https://forums.novell.com/novell-pro...te-apache.html</a><br />
<br />
Edit  the edir file in /etc/sysconfig/novell/<br />
The file name varies from version to version. In OES11SP1 it's &quot;edir_oes11_sp1&quot;<br />
In pre-SP1, it appears to be &quot;edir2_oes11&quot;<br />
<br />
Change value of the line 'CONFIG_EDIR_OVERWRITE_CERT_FILES=&quot;yes&quot; to &quot;no&quot;<br />
<br />
<br />
<b>Novell Remote Manager:</b><br />
Edit &quot;/etc/opt/novell/httpstkd.conf&quot;.<br />
Look for the line <i>addr 0.0.0.0:8009 keyfile=/etc/opt/novell/httpstkd/server.key certfile=/etc/opt/novell/httpstkd/server.pem</i><br />
Edit the line to reflect the new cert file locations:<br />
<i>addr 0.0.0.0:8009 keyfile=/etc/ssl/servercerts/&lt;your serverkey file name&gt;.pem certfile=/etc/ssl/servercerts/&lt;your servercert file name&gt;.pem</i><br />
<br />
<b>iMonitor:</b><br />
Use Console1 or iManager to locate the object in the server's context labeled &quot;Http Server - &lt;your server name&gt; and examine the properties of that item.<br />
If using C1, select the &quot;Other&quot; tab, find the attribute in the left column labeled &quot;httpKeyMaterialObject&quot;, expand the attribute to show its target and navigate to the certificate you imported.<br />
In iManager, you'll see the same attribute in the left-side column. Double-click on the attribute and navigate to your imported cert.<br />
<br />
<br />
Restart apache2 (apache2ctl restart) and tomcat6 (service novell-tomcat6 restart) to activate the changes for the main web page and iManager.<br />
You'll need to restart eDirectory (rcndsd restart) to activate the changes for iMonitor, so understand the disruption that could cause if you've only got one server running eDirectory.<br />
<br />
Restarting the server will, of course, take care of all 3.</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/file-networking-services/open-enterprise-server/oes-linux/oes-l-linux-web-services/">OES-L: Linux Web Services</category>
			<dc:creator>gathagan</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/file-networking-services/open-enterprise-server/oes-linux/oes-l-linux-web-services/466857-where-make-changes-using-3rd-party-cert-oes11.html</guid>
		</item>
		<item>
			<title>Netfolder Proxy user not working as documented?</title>
			<link>https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466854-netfolder-proxy-user-not-working-documented.html</link>
			<pubDate>Fri, 17 May 2013 20:42:50 GMT</pubDate>
			<description>Hello, 
 
We are using EDIR For LDAP. Part of our EDIR tree is synced to AD for File shares. I defined netfolder on an AD file server. I created a...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
We are using EDIR For LDAP. Part of our EDIR tree is synced to AD for File shares. I defined netfolder on an AD file server. I created a service account to use as the &quot;Net Folder Proxy User.&quot; I gave Full Control file rights on the AD server folder structure  to the proxy user service account. <br />
<br />
I defined a net folder to a share from the AD server to which the Proxy service account had full control. <br />
<br />
The proxy user test when defining the netfolder server reports success.<br />
<br />
I gave access rights to 3 users:<br />
an edir user who is synced to AD and is an AD Domain admin - &quot;ADadmin&quot;<br />
an edir user who has no AD presence or security - &quot;EdironlyUser&quot;<br />
a local filr user - &quot;LocalFilrUser&quot;<br />
<br />
There is a word doc in the net folder<br />
<br />
All the users can see the netfolder &amp; word doc inside<br />
all the users can view the details of the word doc<br />
all the users can view the HTML view of the word doc<br />
the filradmin &amp; ADadmin can download the word doc <br />
When the EDIRonlyUser &amp; LocalFilrUser download a doc and open it, this as the content of the word doc :<br />
<br />
File error: Cannot execute [getContentLength] on the resource [70000\The quick brown fox jumps over the lazy dog.doc] - Access is denied<br />
<br />
There is also a sample PDF file in the net folder.<br />
The ADAdmin &amp; Filr admin can download the file properly.<br />
The Edironly &amp; localfilr users get broken PDFs.<br />
<br />
I even went so far as to grant Everyone full control file access to the ADserver file structure hoping that would make this work.<br />
<br />
Thanks for any insights,<br />
<br />
Frank</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/file-networking-services/filr/">Filr</category>
			<dc:creator>vodobaas</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466854-netfolder-proxy-user-not-working-documented.html</guid>
		</item>
		<item>
			<title>Managing users from multiple LDAP sources</title>
			<link>https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466853-managing-users-multiple-ldap-sources.html</link>
			<pubDate>Fri, 17 May 2013 17:13:06 GMT</pubDate>
			<description>In our environment, we have both eDir and AD with IDM synchronizing the users.  All users exist in both trees.  Some users have a homeDirectory on...</description>
			<content:encoded><![CDATA[<div>In our environment, we have both eDir and AD with IDM synchronizing the users.  All users exist in both trees.  Some users have a homeDirectory on <acronym title="Open Enterprise Server">OES</acronym>, while other have their homeDirectory on a Windows server.  How can we import &quot;both&quot; sets of users such that users who have their homeDirectory on <acronym title="Open Enterprise Server">OES</acronym> can have access to directories stored on Windows, as well as giving users who have their homeDirectory on Windows access to that and also to directories stored on <acronym title="Open Enterprise Server">OES</acronym> to which they have rights? <br />
<br />
TIA,<br />
Mike</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/file-networking-services/filr/">Filr</category>
			<dc:creator>mstatman</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466853-managing-users-multiple-ldap-sources.html</guid>
		</item>
		<item>
			<title>NSM 3.1 error 303</title>
			<link>https://forums.novell.com/novell-product-discussions/file-networking-services/storage-manager/466851-nsm-3-1-error-303-a.html</link>
			<pubDate>Fri, 17 May 2013 16:41:44 GMT</pubDate>
			<description>303 : Extended path information is missing for the specified network path. 
 
Can anyone point me to a cause for this error.  The target storage...</description>
			<content:encoded><![CDATA[<div>303 : Extended path information is missing for the specified network path.<br />
<br />
Can anyone point me to a cause for this error.  The target storage location is a share on a windows VM.  The FSFProxyRights group has full control over the share and to the filesystem location.</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/file-networking-services/storage-manager/">Storage Manager</category>
			<dc:creator>blue01kat4me</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/file-networking-services/storage-manager/466851-nsm-3-1-error-303-a.html</guid>
		</item>
		<item>
			<title>Lenovo ThinkPad X1 Carbon Ultrabook - HDD not visible</title>
			<link>https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-imaging/466850-lenovo-thinkpad-x1-carbon-ultrabook-hdd-not-visible.html</link>
			<pubDate>Fri, 17 May 2013 16:38:07 GMT</pubDate>
			<description>Hi all, just updated to 11.2.3a across the board, added the new april imaging update and can boot into the imaging menu but unable to see the HDD....</description>
			<content:encoded><![CDATA[<div>Hi all, just updated to 11.2.3a across the board, added the new april imaging update and can boot into the imaging menu but unable to see the HDD. The network boot issue is solved however.<br />
<br />
I am using ENGL, and have tried with and without the hooked initrd.<br />
<br />
also tried changing the SATA mode to compatability, see the IDE drivers load but still same issue. Also, may be irrelevant but the splash screen and then the menus are all out of whack. different colours, characters on the right side etc.<br />
<br />
Anyone imaging these models succesfully?<br />
<br />
Trev.</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-imaging/">ZCM11:  Imaging</category>
			<dc:creator>trevorings</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-imaging/466850-lenovo-thinkpad-x1-carbon-ultrabook-hdd-not-visible.html</guid>
		</item>
		<item>
			<title>Atheros AR8131 and Asus X202E</title>
			<link>https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-imaging/466849-atheros-ar8131-asus-x202e.html</link>
			<pubDate>Fri, 17 May 2013 16:30:09 GMT</pubDate>
			<description><![CDATA[I've found several threads about config files and updating drivers, but it's not working working so far. 
 
I've added newid="0x1969 0x1026,atl1e" to...]]></description>
			<content:encoded><![CDATA[<div>I've found several threads about config files and updating drivers, but it's not working working so far.<br />
<br />
I've added newid=&quot;0x1969 0x1026,atl1e&quot; to my z_maint.cfg and z_auto.cfg, but it only picks up the WLAN and not the NIC.  I've never had to go through this process before, so I'm not sure what to do next.<br />
<br />
Any help is appreciated.<br />
<br />
ZCM 11.2.3a on Server 2008R2<br />
Asus Vivobook X202E with Atheros AR8131 GE NIC<br />
Imaging Update April 2013</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-imaging/">ZCM11:  Imaging</category>
			<dc:creator>farmeunitWPSD</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-imaging/466849-atheros-ar8131-asus-x202e.html</guid>
		</item>
		<item>
			<title>NullPointerException on Patch Management tab</title>
			<link>https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-patch-management-windows/466846-nullpointerexception-patch-management-tab.html</link>
			<pubDate>Fri, 17 May 2013 14:56:01 GMT</pubDate>
			<description>I upgraded yesterday to 11.2.3a. When I go to a device and look at the Patches tab, patches are listed with the devices status and I can deploy...</description>
			<content:encoded><![CDATA[<div>I upgraded yesterday to 11.2.3a. When I go to a device and look at the Patches tab, patches are listed with the devices status and I can deploy patches. However, if I go to the main Patch Management home or the Subscription Download on the Configuration home, I get a java.lang.NullPointException. Any ideas would be much appreciated.<br />
<br />
Here is the full error details:<br />
16 May 2013 11:55:47 ============== Exception (begin) ===========================<br />
16 May 2013 11:55:47 Exception occured<br />
java.lang.NullPointerException<br />
	at java.lang.String.compareTo(String.java:1167)<br />
	at java.lang.String.compareTo(String.java:92)<br />
	at java.util.Arrays.mergeSort(Arrays.java:1144)<br />
	at java.util.Arrays.mergeSort(Arrays.java:1155)<br />
	at java.util.Arrays.mergeSort(Arrays.java:1155)<br />
	at java.util.Arrays.sort(Arrays.java:1079)<br />
	at java.util.Collections.sort(Collections.java:117)<br />
	at com.patchlink.sapphire.web.pages.vulnerability.Vie  wVulnerabilitiesSnapshot.listOfVendors(ViewVulnera  bilitiesSnapshot.java:1652)<br />
	at com.patchlink.sapphire.web.pages.vulnerability.Vie  wVulnerabilitiesSnapshot.setFilterInfoFromSession(  ViewVulnerabilitiesSnapshot.java:1389)<br />
	at com.patchlink.sapphire.web.pages.vulnerability.Vie  wVulnerabilitiesSnapshot.onInit(ViewVulnerabilitie  sSnapshot.java:166)<br />
	at com.novell.web.controls.WebControl.initRecursive(W  ebControl.java:2085)<br />
	at com.novell.web.controls.WebControl.addControl(WebC  ontrol.java:1495)<br />
	at com.novell.web.controls.WebControl.addControl(WebC  ontrol.java:1415)<br />
	at com.novell.zenworks.fw.web.internal.layout.PluginT  emplate.loadContent(PluginTemplate.java:288)<br />
	at com.novell.zenworks.fw.web.internal.layout.Snapsho  tTemplate.loadContent(SnapshotTemplate.java:84)<br />
	at com.novell.zenworks.fw.web.internal.layout.PluginT  emplate.onLoad(PluginTemplate.java:130)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2423)<br />
	at com.novell.zenworks.fw.web.internal.layout.Snapsho  tTemplate.loadRecursive(SnapshotTemplate.java:446)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.WebControl.loadRecursive(W  ebControl.java:2429)<br />
	at com.novell.web.controls.Page.internalProcessReques  t(Page.java:712)<br />
	at com.novell.web.controls.Page.processRequest(Page.j  ava:667)<br />
	at com.novell.zenworks.fw.web.internal.layout.Index.p  rocessRequest(Index.java:631)<br />
	at com.novell.web.internal.controls.PageTag.doEndTag(  PageTag.java:86)<br />
	at org.apache.jsp.jsp.index_jsp._jspService(index_jsp  .java:187)<br />
	at org.apache.jasper.runtime.HttpJspBase.service(Http  JspBase.java:70)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet  .java:717)<br />
	at org.apache.jasper.servlet.JspServletWrapper.servic  e(JspServletWrapper.java:377)<br />
	at org.apache.jasper.servlet.JspServlet.serviceJspFil  e(JspServlet.java:313)<br />
	at org.apache.jasper.servlet.JspServlet.service(JspSe  rvlet.java:260)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet  .java:717)<br />
	at org.apache.catalina.core.ApplicationFilterChain.in  ternalDoFilter(ApplicationFilterChain.java:290)<br />
	at org.apache.catalina.core.ApplicationFilterChain.do  Filter(ApplicationFilterChain.java:206)<br />
	at org.apache.catalina.core.ApplicationDispatcher.inv  oke(ApplicationDispatcher.java:646)<br />
	at org.apache.catalina.core.ApplicationDispatcher.pro  cessRequest(ApplicationDispatcher.java:436)<br />
	at org.apache.catalina.core.ApplicationDispatcher.doF  orward(ApplicationDispatcher.java:342)<br />
	at org.apache.catalina.core.ApplicationDispatcher.for  ward(ApplicationDispatcher.java:302)<br />
	at com.novell.web.NJWCServlet.serviceImpl(NJWCServlet  .java:97)<br />
	at com.novell.zenworks.fw.web.internal.ZENworksServle  t.service(ZENworksServlet.java:84)<br />
	at javax.servlet.http.HttpServlet.service(HttpServlet  .java:717)<br />
	at org.apache.catalina.core.ApplicationFilterChain.in  ternalDoFilter(ApplicationFilterChain.java:290)<br />
	at org.apache.catalina.core.ApplicationFilterChain.do  Filter(ApplicationFilterChain.java:206)<br />
	at com.patchlink.sapphire.web.pages.vulnerability.ses  sion.HibernateSessionFilter.doFilter(HibernateSess  ionFilter.java:75)<br />
	at org.apache.catalina.core.ApplicationFilterChain.in  ternalDoFilter(ApplicationFilterChain.java:235)<br />
	at org.apache.catalina.core.ApplicationFilterChain.do  Filter(ApplicationFilterChain.java:206)<br />
	at org.apache.catalina.core.StandardWrapperValve.invo  ke(StandardWrapperValve.java:233)<br />
	at org.apache.catalina.core.StandardContextValve.invo  ke(StandardContextValve.java:191)<br />
	at org.apache.catalina.authenticator.AuthenticatorBas  e.invoke(AuthenticatorBase.java:563)<br />
	at org.apache.catalina.core.StandardHostValve.invoke(  StandardHostValve.java:127)<br />
	at org.apache.catalina.valves.ErrorReportValve.invoke  (ErrorReportValve.java:102)<br />
	at org.apache.catalina.core.StandardEngineValve.invok  e(StandardEngineValve.java:109)<br />
	at com.novell.zenworks.tomcat.ZENRequestValve.invoke(  ZENRequestValve.java:1293)<br />
	at org.apache.catalina.connector.CoyoteAdapter.servic  e(CoyoteAdapter.java:298)<br />
	at org.apache.coyote.http11.Http11Processor.process(H  ttp11Processor.java:857)<br />
	at org.apache.coyote.http11.Http11Protocol$Http11Conn  ectionHandler.process(Http11Protocol.java:588)<br />
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(  JIoEndpoint.java:489)<br />
	at java.lang.Thread.run(Thread.java:662)<br />
16 May 2013 11:55:47 <br />
<br />
Exception Info:<br />
16 May 2013 11:55:47     Class....... java.lang.NullPointerException<br />
16 May 2013 11:55:47     Message..... null<br />
16 May 2013 11:55:47     Logged at... Index...............637 <br />
16 May 2013 11:55:47 ============== Exception (end) =============================</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-patch-management-windows/">ZCM11:  Patch Management - Windows</category>
			<dc:creator>stober</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-patch-management-windows/466846-nullpointerexception-patch-management-tab.html</guid>
		</item>
		<item>
			<title>Users sent items in pending status</title>
			<link>https://forums.novell.com/novell-product-discussions/collaboration/groupwise/groupwise-8x/gw8-agents/466845-users-sent-items-pending-status.html</link>
			<pubDate>Fri, 17 May 2013 14:28:44 GMT</pubDate>
			<description>All users on a certain post office periodically have their sent items get stuck in pending status.  I researched this and found the following: 
 
I...</description>
			<content:encoded><![CDATA[<div>All users on a certain post office periodically have their sent items get stuck in pending status.  I researched this and found the following:<br />
<br />
I noticed the Domain where the post office resides which is on our 8.0.3 MTA keeps closing<br />
<br />
The post office resides on a SLES 11 box.<br />
<br />
I have to go in and stop the post office rcgrpwise stop and restart the post office rcgrpwise start<br />
<br />
I have done and rebuild on the post office and MTA, issue is still happening<br />
<br />
Any idea on why this keeps happening and how to fix?  Thank you<br />
<br />
This is the only Post Office on that domain that is having this issue.</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/collaboration/groupwise/groupwise-8x/gw8-agents/">GW8: Agents</category>
			<dc:creator>nix34</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/collaboration/groupwise/groupwise-8x/gw8-agents/466845-users-sent-items-pending-status.html</guid>
		</item>
		<item>
			<title>Deleting Email - Device Only - Blackberry 10</title>
			<link>https://forums.novell.com/novell-product-discussions/collaboration/data-synchronizer/ds-mobility-pack/466844-deleting-email-device-only-blackberry-10-a.html</link>
			<pubDate>Fri, 17 May 2013 13:37:45 GMT</pubDate>
			<description>Is there any way to set up the delete from Device Only ? 
On BES5, users could select to delete email from handset only. 
 
There does not seem to be...</description>
			<content:encoded><![CDATA[<div>Is there any way to set up the delete from Device Only ?<br />
On BES5, users could select to delete email from handset only.<br />
<br />
There does not seem to be a setting for this in Data Synchcroniser.<br />
There is a setting for directional synchronisation by type (email, tasks, calendar etc.. ) but not function (ie delete).<br />
<br />
This has been requested frequently.<br />
<br />
Thanks<br />
<br />
Emmanuel</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/collaboration/data-synchronizer/ds-mobility-pack/">DS: Mobility Pack</category>
			<dc:creator>emmanuelclave</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/collaboration/data-synchronizer/ds-mobility-pack/466844-deleting-email-device-only-blackberry-10-a.html</guid>
		</item>
		<item>
			<title>Clarrification on setup of sharing for dynamic groups</title>
			<link>https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466843-clarrification-setup-sharing-dynamic-groups.html</link>
			<pubDate>Fri, 17 May 2013 13:22:10 GMT</pubDate>
			<description><![CDATA[I could use some expert help on understanding the steps to configure sharing rights for different dynamic groups. 
 
I'm using eDir and I have three...]]></description>
			<content:encoded><![CDATA[<div>I could use some expert help on understanding the steps to configure sharing rights for different dynamic groups.<br />
<br />
I'm using eDir and I have three dynamic groups - Teacher, Staff and Students<br />
<br />
Right now I want <br />
Teachers to have all sharing rights but external/public<br />
Staff to have all sharing rights but public<br />
Students to have no sharing rights at all<br />
<br />
Can someone tell me how to go through the Share Settings, User Accounts, ?groups? in the Administration console to easily assign these rights to my 2000+ users? The documentation is confusing and seems to have me end up with all sharing rights turned on for all users and then tell me to turn it off under User Accounts, which requires touching each user or subset of 25 users at a time to configure rights.<br />
<br />
I am hoping that the steps are not.<br />
1.) Turn on sharing for the built in 'all internal users' group.<br />
2.) Manually select all users in subsets a maximum of 25 at a time and CLEAR the rights that you don't want them to have.<br />
<br />
I'd be in for a late night. Is there a better way? I'm loving Filr version 1.0 but I need easy sharing rights too. <br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/file-networking-services/filr/">Filr</category>
			<dc:creator>nlandas</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466843-clarrification-setup-sharing-dynamic-groups.html</guid>
		</item>
		<item>
			<title>Building cldap from source</title>
			<link>https://forums.novell.com/novell-product-discussions/developers/dev-netware/466840-building-cldap-source.html</link>
			<pubDate>Fri, 17 May 2013 08:54:14 GMT</pubDate>
			<description>I downloaded cldap the source from ftp://sdk.provo.novell.com/ndk/cldap/builds/source/cldap_src-2007.03.tar.gz and not finding documentation to build...</description>
			<content:encoded><![CDATA[<div>I downloaded cldap the source from <a href="ftp://sdk.provo.novell.com/ndk/cldap/builds/source/cldap_src-2007.03.tar.gz" target="_blank">ftp://sdk.provo.novell.com/ndk/cldap...2007.03.tar.gz</a> and not finding documentation to build the library for Windows and Linux.<br />
<br />
I am writing a client in C++ to authenticate user via LDAP. <br />
I am using windows 7 with visual studio 2010 and CentOS 6.2. <br />
<br />
How do I build the library on Windows and on Linux?</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/developers/dev-netware/">DEV:  NetWare</category>
			<dc:creator>ashwinkumark10</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/developers/dev-netware/466840-building-cldap-source.html</guid>
		</item>
		<item>
			<title><![CDATA[Win7 'waiting for user to accept request' despite policy]]></title>
			<link>https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-remote-management/466838-win7-waiting-user-accept-request-despite-policy.html</link>
			<pubDate>Fri, 17 May 2013 07:50:50 GMT</pubDate>
			<description>We have a mix of XP and 7 64bit machines that use the same remote control policy, the XP machines can be remote controlled without user intervention...</description>
			<content:encoded><![CDATA[<div>We have a mix of XP and 7 64bit machines that use the same remote control policy, the XP machines can be remote controlled without user intervention but the Win7 machines require the user to press accept despite having the remote control policy.<br />
<br />
We're currently using 11.2.2 mu2, anyone know what might be causing this ?</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-remote-management/">ZCM11:  Remote Management</category>
			<dc:creator>Conz</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/endpoint-management/zenworks/configuration-management/zcm-11/zcm11-remote-management/466838-win7-waiting-user-accept-request-despite-policy.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't set the initial MySQL password when configuring Filr]]></title>
			<link>https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466835-cant-set-initial-mysql-password-when-configuring-filr.html</link>
			<pubDate>Fri, 17 May 2013 07:18:10 GMT</pubDate>
			<description>I am trying to set up my first Filr appliance, doing the most basic all-in-one setup just following the documentation. I am up to 3.1, the step where...</description>
			<content:encoded><![CDATA[<div>I am trying to set up my first Filr appliance, doing the most basic all-in-one setup just following the documentation. I am up to 3.1, the step where you choose Small Deployment then enter and confirm the password for MySQL administrator and the default locale. <br />
<br />
No matter what I type in as the password I keep getting &quot;Unable to set up admin password&quot; message. It comes up when I click &quot;Finish&quot; trying to apply the default locale ( I keep it as English(United States) ), I can see &quot;Please wait ..&quot; and &quot;Creating Database..&quot; flashing very briefly before the error comes up.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			The Filr Server Configuration Wizard is displayed.<br />
<br />
Select Small Deployment, then click Next.<br />
<br />
On the Database page, specify and confirm the password for the MySQL administrator.<br />
<br />
If you need to change this password at a later time, you must use the native MySQL tools to do so.<br />
<br />
Click Next.<br />
<br />
In the Default Locale field, select the default locale for your Filr site. This is the language and locale that Filr uses when users first log in to the Filr site.<br />
<br />
Click Finish.
			
		<hr />
	</div>
</div>I have recreated the VM including the HDD and re-imported the OVF template but stil get the same error. Obviously I am doing something wrong .. but what is it ?</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/file-networking-services/filr/">Filr</category>
			<dc:creator>atrofimov</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/file-networking-services/filr/466835-cant-set-initial-mysql-password-when-configuring-filr.html</guid>
		</item>
		<item>
			<title>Question re Single Instance Storage of emails</title>
			<link>https://forums.novell.com/novell-product-discussions/collaboration/groupwise/groupwise-8x/gw8-agents/466833-question-re-single-instance-storage-emails.html</link>
			<pubDate>Fri, 17 May 2013 04:55:09 GMT</pubDate>
			<description>I understand that GroupWise stores a message sent to multiple users only once within the PO and does its magic with pointers, etc but does it do the...</description>
			<content:encoded><![CDATA[<div>I understand that GroupWise stores a message sent to multiple users only once within the PO and does its magic with pointers, etc but does it do the same if a user in one post office sends an email to multiple users in another post office. If so, will this work across post offices that sit within separate GroupWise domains but in the same system? And finally if this is still the case, will it do the same for an email sent from the internet to a number of users within the same post office?<br />
<br />
Cheers,<br />
Dave</div>

]]></content:encoded>
			<category domain="https://forums.novell.com/novell-product-discussions/collaboration/groupwise/groupwise-8x/gw8-agents/">GW8: Agents</category>
			<dc:creator>ddabinett</dc:creator>
			<guid isPermaLink="true">https://forums.novell.com/novell-product-discussions/collaboration/groupwise/groupwise-8x/gw8-agents/466833-question-re-single-instance-storage-emails.html</guid>
		</item>
	</channel>
</rss>
