removed Samba 2 support

This commit is contained in:
Roland Gruber 2009-10-11 12:03:39 +00:00
parent 12c1ec6ca3
commit c3f025128d
3 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@ LAM - Readme
LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP
directory. LAM runs on any webserver with PHP5 support and connects to your directory. LAM runs on any webserver with PHP5 support and connects to your
LDAP server unencrypted or via SSL/TLS. LDAP server unencrypted or via SSL/TLS.
Currently LAM supports these account types: Samba 2 and 3, Unix, Kolab 2, Currently LAM supports these account types: Samba 3, Unix, Kolab 2,
address book entries, NIS mail aliases and MAC addresses. There is a tree address book entries, NIS mail aliases and MAC addresses. There is a tree
viewer included to allow access to the raw LDAP attributes. You can use viewer included to allow access to the raw LDAP attributes. You can use
templates for account creation and use multiple configuration profiles. templates for account creation and use multiple configuration profiles.

View File

@ -12,9 +12,6 @@ INDICES: Indices will improve the performance when searching for entries in the
index gidNumber eq index gidNumber eq
index memberUid eq index memberUid eq
index cn,sn,uid,displayName pres,sub,eq index cn,sn,uid,displayName pres,sub,eq
# Samba 2.x
index rid eq
index primaryGroupID eq
# Samba 3.x # Samba 3.x
index sambaSID eq index sambaSID eq
index sambaPrimaryGroupSID eq index sambaPrimaryGroupSID eq

View File

@ -18,7 +18,7 @@
Source: Part of OpenLDAP installation Source: Part of OpenLDAP installation
3. Samba 2/3 accounts (modules sambaAccount/sambaSamAccount) 3. Samba 3 accounts (modules sambaSamAccount)
Schema: samba.schema Schema: samba.schema
Source: Part of Samba tarball (examples/LDAP/samba.schema) Source: Part of Samba tarball (examples/LDAP/samba.schema)