[158] | 1 | !==
|
---|
| 2 | !== README File for various LDAP examples
|
---|
| 3 | !==
|
---|
| 4 | !== written by Gerald Carter <jerry@samba.org>
|
---|
| 5 | !==
|
---|
| 6 |
|
---|
| 7 | OpenLDAP 2.x
|
---|
| 8 | ------------
|
---|
| 9 |
|
---|
| 10 | A sample schema file (samba.schema) has been included for use
|
---|
| 11 | with OpenLDAP 2.0.x. The OIDs used in this file are owned by
|
---|
| 12 | the Samba team and generated from its own Enterprise number
|
---|
| 13 | of 7165 (as issued by IANA).
|
---|
| 14 |
|
---|
| 15 | Copy the samba.schema file into your /etc/openldap/schema directory,
|
---|
| 16 | and add an include for it in the /etc/openldap/slapd.conf file.
|
---|
| 17 | Note that samba.schema relies upon the uid and uidNumber attributes
|
---|
| 18 | from the RFC2307 schema (i.e. nis.schema)
|
---|
| 19 |
|
---|
| 20 | If you choose to import /etc/passwd, nis, or nisplus tables
|
---|
| 21 | into ldap, you can use migration tools provided by PADL Software
|
---|
| 22 | which are located at
|
---|
| 23 |
|
---|
| 24 | http://www.padl.com/tools.html
|
---|
| 25 |
|
---|
| 26 | It is not a requirement that a user's /etc/passwd account
|
---|
| 27 | is stored in LDAP for the samba.schema file to work (although
|
---|
| 28 | the whole point of storing smbpasswd in LDAP is to have a
|
---|
| 29 | single location for user accounts, right?)
|
---|
| 30 |
|
---|
| 31 | The padl tools will leave you with LDIF files which you can import
|
---|
| 32 | into OpenLDAP. Before you can import them, you need to include
|
---|
| 33 | nis.schema and cosine.schema in your slapd.conf file.
|
---|
| 34 |
|
---|
| 35 | You must restart the LDAP server for these new included schema files
|
---|
| 36 | to become active.
|
---|
| 37 |
|
---|
| 38 | SunOne/Netscape DS
|
---|
| 39 | ------------------
|
---|
| 40 |
|
---|
| 41 | The schema file has not been updated for the sambaSamAccount
|
---|
| 42 | objectclass.
|
---|
| 43 |
|
---|
| 44 |
|
---|
| 45 | Novell eDirectory
|
---|
| 46 | -----------------
|
---|
| 47 |
|
---|
| 48 | The schema file has not been updated for the sambaSamAccount
|
---|
| 49 | objectclass.
|
---|
| 50 |
|
---|
| 51 |
|
---|
| 52 | smbldap-tools/
|
---|
| 53 | --------------
|
---|
| 54 |
|
---|
| 55 | The smbldap-tools have been removed from the samba svn
|
---|
| 56 | tree. The latest version will continue to be included
|
---|
| 57 | in Samba releases.
|
---|
| 58 |
|
---|
| 59 | The smbldap-tools package can be downloaded individually from
|
---|
| 60 | https://gna.org/projects/smbldap-tools/
|
---|
| 61 |
|
---|
| 62 | !==
|
---|
| 63 | !== end of README
|
---|
| 64 | !==
|
---|