Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-07 06:14
0.6.4

Many bugs were fixed. The (autotools) build system has been reorganized to correctly factor in configured compile-time options. The argument parsing code has been refactored.

2010-11-26 18:35
0.6.3

The code was refactored by splitting functions out for better readability. More intelligent handling of data returned from OpenLDAP API functions is done. Data structures were consolidated to improve sanity.

2010-11-02 06:09
0.6.2

Major re-factoring of add/mod functions. Multiple ugly char* arrays have been replaced by arrays of uxds_acct_t types in uxds_acct_add()/mod() and uxds_sudo_add(). Many of the instances of center() have been replaced by snprintf()s to better contain memory usage. Reorganization of code for better maintainability/readability.
標籤: v0.6.2

2010-10-23 15:07
0.6.2-rc2

The code was refactored. get_next_pxid() and return_uidnum() were added to eliminate redundant code. Symbols were renamed.

2010-10-18 04:44
0.6.2-rc1

Refactoring has begun on the code, as it is pretty spaghetti-like.

Project Resources