I spoke at UnixSig here at Langley yesterday about my use of SVN for maintaining common unix environments. Went well and I am putting my notes up here.
It’s a cool way to maintain your dotfiles and other unix-ish configuration among multiple hosts.
grains, granules and grit.
I spoke at UnixSig here at Langley yesterday about my use of SVN for maintaining common unix environments. Went well and I am putting my notes up here.
It’s a cool way to maintain your dotfiles and other unix-ish configuration among multiple hosts.
So this is starting to come out in the press .. finally Apple is being evil. The funny part is android has been doing this exact thing for some time. While my tin-foil hat is fairly thin .. this is the kinda thing that really does bother me about unrestricted use of technology. Someone should create a “Privacy” rating along with a “Moral” rating ( PG, R etc.. ) that can be applied to things so that we as consumers have more awareness of what decisions we’re making. My N900 .. this is an active choice. Tho to be honest .. I dont’ know if AT&T can poll my N900 for the information. I know they can use their towers to DF to w/in 200 feet or so if they want.
There is a bit of documentation on the net about this here .. that discusses the use of LDAP to do automounting. This document talks about how you can create entries in the LDAP database, using something like Apache Directory Studio or even Workgroup Administrator ( which you can get from Apple’s site .. it’s in the Admin Tools download which is freely available ). The section on “Maps in Directory Services” is fairly invaluable.. And it’s gonna help me make a template for ADS and for OSS unixes so that they can ‘bind’ to OD ( or LDAP ) .. but I digress.
This is all well and good .. but doesn’t really talk about the ‘cn=mounts,dc=yourco,dc=com’ entry being created by Server Admin. I wanted to expound on this a bit.
When a ‘share point’ is created using Server Admin, and you select ‘Enable Automount’ .. a corresponding (somewhat) entry is made in the LDAP database for your clients to be able to auto-magically mount things. These entries have the following syntax:
cn: server.yourco.com:/Users
cn: server.yourco.com:/Volumes/Raid-Drive/Users
cn: server.yourco.com:/Network/Users
cn: server.yourco.com:/Volumes/Raid-Drive/Users
I will add more to this as I expand knowledge.