Likewise Open 5.0.3983 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Likewise Open 5.0.3983 (Default branch)
# 1  
Old 01-27-2009
Likewise Open 5.0.3983 (Default branch)

Likewise Open is an application that joins Linux, Unix, and Mac OS machines to Microsoft Active Directory and securely authenticates users with their domain credentials. Features include: joining non-Windows systems to Active Directory domains in a single step from the command line or from a GUI; authenticating users with a single user name and password; enforcing the same password policies for all platforms; supporting multiple forests with one-way and two-way cross forest trusts; caching credentials in case your domain controller goes down; and providing single sign-on for SSH and Putty. It does not require Active Directory schema changes for installation. License: GNU General Public License v2 Changes:
Now, when a bad username/password are given to domainjoin, it will report "password is incorrect for this account" instead of "call to krb5 failed." This release also fixes an FD leak from bad control rights message, handles user enumeration when a username has no "@", and fixes a buffer overflow in group enumeration. Local provider has been moved to be after AD provider. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IDMAP_ODSAM(8)															    IDMAP_ODSAM(8)

NAME
idmap_odsam - Open Directory ID mapping backend for winbindd SYNOPSIS
The idmap_odsam plugin is the default backend used by Mac OS X for mapping SIDs and user and group IDs using Open Directory. It implements both the "idmap" and "idmap alloc" APIs. idmap_odsam should always be used in conjunction with the odsam passdb backend. IDMAP OPTIONS
odsam: msglevel = LEVEL LEVEL is the integer log level at which idmap_odsam should emit log messages. The lower LEVEL is, the more verbose the log mes- sages. odsam: traceall = BOOL If this is true, idmap_odsam will emit log messages for all Open Directory calls. If it is false (the default), it will only log errors. IDMAP ALLOC OPTIONS
The idmap_odsam does not allocate any mappings. On Mac OS X, all SID mappings should be made by modifying the appropriate Open Directory record. EXAMPLES
[global] idmap domain = default idmap config default:default = yes idmap config default:backend = odsam idmap alloc backend = odsam passdb backend = odsam odsam: msglevel = 0 # Log at debugging levels odsam: traceall = no # Do not trace Open Directory calls BUGS
Please report bugs to Apple. SEE ALSO
DirectoryService(8), smb.conf(5), winbindd(8) IDMAP_ODSAM(8)