Likewise 5.3 supports Snow Leopard at 32 or 64 bit! Likewise Open 5.3 is open source software that can be used to bind Mac OS X, Linux & Unix to Active Directory. Likewise Enterprise (which is not open source) starts with the Open client but allows leveraging Workgroup Manager or Active Directory Users & Computers to manage policies. If you haven’t already, check it out at www.likewise.com.
-
-
Adding Recursion in named.conf
In DNS, recursion references the process where a name server will make DNS queries to other name servers on behalf of client systems. Most name servers are simply DNS clients that cache information for a specified amount of time. Recursion is disabled by default on most name servers. In Mac OS X recursion is enabled for subnets local to the server only. In environments where you wish to provide recursive queries you can enable recursion by opening Server Admin, clicking on the disclosure triangle for the server you will be configuring and then clicking on the DNS service. From here, click on the Settings icon in the Server Admin toolbar…
-
MacSysAdmin Videos
The videos for the MacSysAdmin conference are now up, along with sweet pictures of all the speakers wearing foam Snow Leopard hats: http://video.macsysadmin.se/Documentation2009/Documentation.html
-
10.6 Upgrade
If you’re planning or preparing for an upgrade to Snow Leopard then there is likely to still be a little software not yet ready. There is a nice little compatibility matrix for software here: http://snowleopard.wikidot.com/
-
All 3 Snow Leopard Titles Now on Amazon
All 3 of the Snow Leopard titles I’m working on, editing or in one case done with for Apress are now posted to Amazon and can be purchased.
-
mcxrefresh article over on afp548
A short contribution I made to afp548 on the new mcxrefresh command in Snow Leopard. Check it out here.
-
Mac OS X and Mac OS X Server 10.6.1 Now Available
Mac OS X and Mac OS X Server 10.6.1 are now available for download. Listed fixes for Mac OS X Server include: reliability of services using Grand Central Dispatch duplicate serial number alerts on servers with multiple network interfaces But more importantly are a number of minor GUI changes that have been resolved. If you’re an early adopter I would certainly run this as soon as possible. In addition, Server will have the following fixes, which are also included in Client: compatibility with some Sierra Wireless 3G modems an issue that might cause DVD playback to stop unexpectedly some printer compatibility drivers not appearing properly in the add printer browser…
-
Create Groups Using dscl
The directory services command line (dscl) command can be used to create a group. Here we’re going to use dscl to create a group called Local Admins (or ldadmins for short). First up, create the group: dscl . create /Groups/ladmins Now give our ladmins group the full name by creating the name key: dscl . create /Groups/ladmins RealName “Local Admins” Now to give the group a password: dscl . create /Groups/ladmins passwd “*” Now let’s give the group a Group ID: dscl . create /Groups/ladmins gid 400 That wasn’t so hard, but our group doesn’t have any users. dscl . create /Groups/ladmins GroupMembership localadmin Why create a group with just…
-
Snow Leopard & networksetup (802.1x + Locations)
One of the best new features of the Snow Leopard command line, for those of us who need to do automation at least, is the addition of a few new options in networksetup. That’s why I did a little write-up on the new options at afp548.com. Check it out here!
-
Ticket Viewer: What's in a Name Anyway?
Kerberos.app + Snow Leopard = Ticket Viewer. I’m not sure what the point of this is, but I’m guessing it will become clear some day. Possibly Apple plans on also integrating some other form of tickets? Curious, but easy to figure out quickly since the icon didn’t change…