<?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 - OES: Native File Access</title>
		<link>http://forums.novell.com/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 23:15:41 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.novell.com/images/ca_serenity/misc/rss.jpg</url>
			<title>NOVELL FORUMS - OES: Native File Access</title>
			<link>http://forums.novell.com/</link>
		</image>
		<item>
			<title>OS X 10.5 / 10.6 Howto with extras</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/393210-os-x-10-5-10-6-howto-extras.html</link>
			<pubDate>Wed, 18 Nov 2009 22:13:46 GMT</pubDate>
			<description><![CDATA[Hello all, 
 
I've spent the last few weeks piecing together an OS X / Edirectory setup from several documents I've found online and lots of help...]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
I've spent the last few weeks piecing together an OS X / Edirectory setup from several documents I've found online and lots of help from users on this and the Apple forums. <br />
<br />
From this I've put together a preliminary HOWTO document that I hope will be useful to others fighting this battle. I've also included my complete Apple schema LDIF and my Edirectory LDAP mappings plist file for use as an OS X Directory Utility template.<br />
<br />
I hope these things help guide others through the headaches and hopefully it helps make more sense out of the process. Thanks to those of you who have helped me figure out the problems along the way.<br />
<br />
If you have any suggestions for this document or the attached files, please let me know. I hope to update it more as I add more Macs to our Novell network and learn more :) Enjoy!<br />
<br />
<a href="http://www.nerdnet.com/?q=node/88" target="_blank">OS X 10.6 Snow Leopard / 10.5 Leopard and Novell Edirectory Integration | nerdnet</a><br />
<br />
Cheers,<br />
Joe Jenkins<br />
Davis Tool Inc</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/">OES: Native File Access</category>
			<dc:creator>subversion</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/393210-os-x-10-5-10-6-howto-extras.html</guid>
		</item>
		<item>
			<title>OSX 10.6.2 using CIFS</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/393132-osx-10-6-2-using-cifs.html</link>
			<pubDate>Wed, 18 Nov 2009 14:03:22 GMT</pubDate>
			<description>We have several Mac users that attach to our Netware 6.5 NCS cluster.  They are using CIFS protocol rather than AFP.  All was fine until some were...</description>
			<content:encoded><![CDATA[<div>We have several Mac users that attach to our Netware 6.5 NCS cluster.  They are using CIFS protocol rather than AFP.  All was fine until some were upgraded to Snow Leopard.  The upgraded machines are now generating massive amounts of SMB traffic (like 12,000 packets/sec).  Anyone else using Macs with CIFS protocol?  If so are you seeing any traffic issues?</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/">OES: Native File Access</category>
			<dc:creator>cperilli</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/393132-osx-10-6-2-using-cifs.html</guid>
		</item>
		<item>
			<title>eDirectory 8.8SP5 Netware + OS X 10.6.2</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/392177-edirectory-8-8sp5-netware-os-x-10-6-2-a.html</link>
			<pubDate>Tue, 10 Nov 2009 19:25:06 GMT</pubDate>
			<description>Ok, forgive the long winded post - but I thought some background would be in order. Briefly, the problem we have is: 
 
We create a new user in...</description>
			<content:encoded><![CDATA[<div>Ok, forgive the long winded post - but I thought some background would be in order. Briefly, the problem we have is:<br />
<br />
We create a new user in eDirectory, extended them with apple-user, <br />
add apple-user-homeDirectory of:<br />
/Network/Servers/&lt;ip of server&gt;/SERVER.VOLUME/HomeDirectory<br />
<br />
and an apple-user-homeurl of:<br />
afp://&lt;ip of server&gt;/SERVER.VOLUME/HomeDirectory<br />
<br />
AFP works fine,  I can manually mount this volume with login / password in OSX with Command-K<br />
<br />
LDAP authentication works great.<br />
<br />
After login, no home directory is mounted or exists, so we get an error (login still occurs).<br />
<br />
Now, if I change the apple-user-homeurl to:<br />
&lt;home_dir&gt;&lt;url&gt;afp://&lt;ip of server&gt;/SERVER.VOL&lt;/url&gt;&lt;path&gt;HomeDirectory&lt;/path&gt;&lt;/home_dir&gt; (this is how an X Serve stores this value in Open Directory) and attempt to login, login fails &quot;because an 'error' occurred&quot; <br />
<br />
If I check the console / system logs on the OSX client, I see:<br />
authorizationhost[455]: afp home directory mount failed in theEnumerator-&gt;Count in AFP_OpenSession: status = Unknown error: -5023<br />
<br />
Now, for the weird part, if I change apple-user-homeurl on the user back to:<br />
afp://&lt;ip of server&gt;/SERVER.VOLUME/HomeDirectory - login then works fine and their home directory is created and they are able to use the Mac normally.<br />
<br />
Any ideas? I will post this to Apple forums as well. If I get any answers I will cross-post them.<br />
<br />
Thanks,<br />
Joe Jenkins<br />
<br />
ps: Novell, please please please, we really need a working OSX client for Netware / <acronym title="Open Enterprise Server">OES</acronym>!!!<br />
<br />
Background:<br />
<br />
New Netware 6.5SP8 server / eDirectory 8.8 SP5 / latest NMAS <br />
Latest Novell AFP FTF patch from mid Sept 2009<br />
<br />
Edirectory schema extended and LDAP mappings made with documentation I pieced together on the web. If I browse via ldap, I am seeing proper returns for all the objects I need to login.<br />
<br />
Mount object created in Edirectory for the AFP mount corresponding to users home directories.<br />
<br />
OSX test client is Snow Leopard 10.6.2 (patched this morning, clean install)<br />
<br />
Authentication works fine, client works fine once I do the switcheroo with the apple-user-homeurl as indicated above, AFP mounts work fine in OSX, no weird errors in NMAS/LDAP dstrace, AFPTCP.log etc<br />
<br />
By the way, if anyone else is trying to figure this out, my LDIF and my LDAP template may be of use:<br />
<a href="http://www.nerdnet.com/edirldifandplist.zip" target="_blank">http://www.nerdnet.com/edirldifandplist.zip</a><br />
<br />
The LDIF is the Apple schema you apply to your eDirectory to support OS X computers. The template is used by the Directory Utility on OSX for mapping eDirectory values to their OSX values. It's taken me about two weeks of work off and on to get a working set of these, hope they save someone else some time!<br />
<br />
Thanks to whoever wrote the &quot;Integrating Mac OS X and Novell eDirectory&quot; document - it was a great help, as is Randy Saek's posts here and his written document &quot;Mac OS X and Novell eDirectory integration&quot; - with these documents and numerous posts on Novell's forums, I've almost got this working well :) (these documents are available all over the web, but if you can't find them, let me know and I'll put them on my webserver)<br />
<br />
Cheers, <br />
Joe Jenkins</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/">OES: Native File Access</category>
			<dc:creator>subversion</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/392177-edirectory-8-8sp5-netware-os-x-10-6-2-a.html</guid>
		</item>
		<item>
			<title>Mac OS X 10.6.2 update is now available</title>
			<link>http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/392103-mac-os-x-10-6-2-update-now-available.html</link>
			<pubDate>Tue, 10 Nov 2009 10:10:55 GMT</pubDate>
			<description>Apple have now released 10.6.2 so anyone having problems accessing 
NetWare or OES2 SP1 (or SP2 when released) Linux servers via AFP from 
Mac OS X...</description>
			<content:encoded><![CDATA[<div>Apple have now released 10.6.2 so anyone having problems accessing<br />
NetWare or OES2 SP1 (or SP2 when released) Linux servers via AFP from<br />
Mac OS X 10.6.0 or 10.6.1 should update.<br />
<br />
See <a href="http://support.apple.com/kb/HT3874" target="_blank">http://support.apple.com/kb/HT3874</a> which specifically includes<br />
<br />
Network file systems fixes provided for:<br />
* compatibility with third-party AFP servers<br />
<br />
Download from <a href="http://support.apple.com/kb/DL959" target="_blank">http://support.apple.com/kb/DL959</a><br />
<br />
If your servers are NW6.5 SP8 or OES2 SP1 then I would also advise<br />
applying the Mac 10.6 FTF patch to catch any Macs that haven't been updated.<br />
<br />
HTH.<br />
--<br />
Simon<br />
Novell Knowledge Partner (NKP)<br />
<br />
------------------------------------------------------------------------<br />
Do you work with Novell technologies at a university, college or school?<br />
If so, your campus could benefit from joining the Novell Technology<br />
Transfer Partners (TTP) group.  See <a href="http://www.novell.com/ttp" target="_blank">www.novell.com/ttp</a> for more details.<br />
------------------------------------------------------------------------<br />
</div>

]]></content:encoded>
			<category domain="http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/">OES: Native File Access</category>
			<dc:creator>smflood</dc:creator>
			<guid isPermaLink="true">http://forums.novell.com/novell-product-support-forums/open-enterprise-server/oes-platform-independent/oes-native-file-access/392103-mac-os-x-10-6-2-update-now-available.html</guid>
		</item>
	</channel>
</rss>
