diff options
author | Gerald Carter <jerry@samba.org> | 2005-01-20 16:31:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:03 -0500 |
commit | e86235fbdcfe8dd71b2ee887052e27f67a240fab (patch) | |
tree | 8c655206dc786e92dc5884f124dc48bab0ffe999 /examples/LDAP/smbldap-tools/FILES | |
parent | 5f659ffbf07eeba2fdabaaa7def0f78726f68ab2 (diff) | |
download | samba-e86235fbdcfe8dd71b2ee887052e27f67a240fab.tar.gz samba-e86235fbdcfe8dd71b2ee887052e27f67a240fab.tar.bz2 samba-e86235fbdcfe8dd71b2ee887052e27f67a240fab.zip |
r4867: Removing smbldap-tools from the svn tree. I'll include
the latest version in the actual release tarballs.
Have spoken to the idealx developers about this.
Updated README to reflect the changte for people using svn.
Removed ldapsync.pl since it is no longer needed when using
the smbldap-tools (only keep things you support).
(This used to be commit f745e5119f420d4826ac395037880666761e05e8)
Diffstat (limited to 'examples/LDAP/smbldap-tools/FILES')
-rw-r--r-- | examples/LDAP/smbldap-tools/FILES | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/LDAP/smbldap-tools/FILES b/examples/LDAP/smbldap-tools/FILES deleted file mode 100644 index 48ee571b29..0000000000 --- a/examples/LDAP/smbldap-tools/FILES +++ /dev/null @@ -1,43 +0,0 @@ -# $Source: /data/src/mirror/cvs/samba/examples/LDAP/smbldap-tools/FILES,v $ -# -## File listing for SMBLDAP-TOOLS - -CONTRIBUTORS : authors and contributors -COPYING : licence -FILES : this file listing -README : introduction and usage -TODO : feature request and bug report list -ChangeLog : changelog - -Core: -=-=-= -smbldap-groupadd.pl : to add a new group - (objectclass: posixGroup) -smbldap-groupdel.pl : to delete a group - (objectclass: posixGroup) -smbldap-groupmod.pl : to modify a group (mostly used to add user to a group) - (objectclass: posixGroup) -smbldap-groupshow.pl : to view a group - (objectclass: posixGroup) -smbldap_conf.pm : global configuration datas -smbldap_tools.pm : functions -smbldap-useradd.pl : to add a new user - (objectclass: posixAccount and/or sambaAccount) -smbldap-userdel.pl : to delete a user - (objectclass: posixAccount and/or sambaAccount) -smbldap-usermod.pl : to modify an user datas - (objectclass: posixAccount and/or sambaAccount) -smbldap-usershow.pl : to view an user datas - (objectclass: posixAccount and/or sambaAccount) -smbldap-passwd.pl : to sync passwd (Unix and Samba) - (a replacement for the system passwd utility) -smbldap-populate.pl : to add a builtin ldif to initialize your LDAP master for - smbldap use, or to add a specified ldif -smbldap-tools.spec : SPEC file for RedHat RPM package format - -Migration: -=-=-=-=-=- -smbldap-migrate-accounts.pl : add NT sam entries from pwdump to ldap -smbldap-migrate-groups.pl : add any LDAP posixGroups from the output of the 'net group' NT command - -# - The End |