uxdstools 0.4 (Default branch) |
|
|
Wednesday January 30, 2008. 03:58 PM FreshMeat
uxdstools is a set of Unix directory service tools. It is a suite of command tools to administer POSIX user and group accounts in an LDAP directory. It is similar in spirit to the useradd/mod/del tools found on Linux and Solaris, the pw tools on BSD, the mk|ch|rmuser/group tools on AIX, etc. However, instead of manipulating local accounts, uxdstools manages POSIX-type accounts that can be found in LDAP directory services installations, namely those with posixAccount and posixGroup attributes.
License: GNU General Public License (GPL)
Changes:
memberUids can now be added and deleted from group
accounts with lgroupmod. Man pages were created
for each executable. Password options (-p/-P) now
work with -c when GSSAPI is enabled. The creds
cache will be placed where the -c argument input
specifies. Upon primary group membership change,
the gidNumber is updated in the user account to
reflect the change.
|