Download List

專案描述

diradm is a simple bash script for managing POSIX
users and groups stored in a LDAP directory,
offering the same features as the traditional
passwd file utilities useradd/usermod/userdel and
groupadd/groupmod/groupdel. It uses the
ldapsearch, ldapadd, ldapmodify, and ldapdelete
utilities from the OpenLDAP project to perform the
needed queries against the LDAP database.

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.

2004-12-12 22:09
1.3

Use of the characters "_" and "-" in login names is now allowed. The parsing of hosts and supplementary groups for useradd and usermod has been fixed.
標籤: Minor bugfixes

2003-07-14 23:06
1.2

An option has been added to the useradd command to create a group with the same name as the new user (and, if not already assigned, the same ID number). This option also enables userdel to remove user groups if no members exist. groupdel now verifies that the group to be removed is not some user's primary group. Useradd and groupadd not respecting their max ID values has been fixed.
標籤: Minor feature enhancements

2003-06-22 17:46
1.1

This release adds the ability to set the "host" attribute of a user
for use with pam_ldap. Home directory creation and removal have been
improved. Commandline arguments are now parsed using bash's internal
getopts construct. Minor bugfixes have been applied.
標籤: Minor feature enhancements

2003-06-15 16:12
1.0

標籤: Initial freshmeat announcement

Project Resources