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 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

使用字符“_”和“ -在登录名”现在是允许的。在主机和补充群体解析useradd和帐户添加已得到修复。
标签: Minor bugfixes
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.

2003-07-14 23:06
1.2

一个选项已被添加到useradd命令来创建作为新的用户组相同的名称(如果尚未分配,相同的ID号)。此选项还使userdel删除用户群体,如果没有成员存在。命令groupdel现在验证该组被删除,是不是有些用户的主要组。 useradd和groupadd不尊重他们的最大ID值已得到修复。
标签: Minor feature enhancements
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.

2003-06-22 17:46
1.1

此版本增加了能够设置与pam_ldap使用“主机”的用户属性。主目录创建和删除已得到改善。现在命令行参数解析使用bash的内部getopts的建设。轻微错误修正已应用。
标签: Minor feature enhancements
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.

2003-06-15 16:12
1.0

标签: Initial freshmeat announcement

Project Resources