diff --git a/lam/README b/lam/README index 7d20cea1..46936526 100644 --- a/lam/README +++ b/lam/README @@ -5,7 +5,7 @@ LAM - Readme 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 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 viewer included to allow access to the raw LDAP attributes. You can use templates for account creation and use multiple configuration profiles. diff --git a/lam/docs/README.openldap.txt b/lam/docs/README.openldap.txt index b66ae625..1acde347 100644 --- a/lam/docs/README.openldap.txt +++ b/lam/docs/README.openldap.txt @@ -12,9 +12,6 @@ INDICES: Indices will improve the performance when searching for entries in the index gidNumber eq index memberUid eq index cn,sn,uid,displayName pres,sub,eq - # Samba 2.x - index rid eq - index primaryGroupID eq # Samba 3.x index sambaSID eq index sambaPrimaryGroupSID eq diff --git a/lam/docs/README.schema.txt b/lam/docs/README.schema.txt index 46dca709..f6ada4f8 100644 --- a/lam/docs/README.schema.txt +++ b/lam/docs/README.schema.txt @@ -18,7 +18,7 @@ Source: Part of OpenLDAP installation - 3. Samba 2/3 accounts (modules sambaAccount/sambaSamAccount) + 3. Samba 3 accounts (modules sambaSamAccount) Schema: samba.schema Source: Part of Samba tarball (examples/LDAP/samba.schema)