r4904: sync up with 3.0 for 3.0.11pre2
[Samba.git] / examples / LDAP / README
blobaa3207fd1f90ce84d02569d7a85a0ec3918e61d2
1 !==
2 !== README File for various LDAP examples
3 !==
4 !== written by Gerald Carter <jerry@samba.org>
5 !==
7 OpenLDAP 2.x
8 ------------
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).
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)
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 
24         http://www.padl.com/tools.html
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?)
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.
35 You must restart the LDAP server for these new included schema files 
36 to become active.
38 SunOne/Netscape DS
39 ------------------
41 The schema file has not been updated for the sambaSamAccount
42 objectclass.
45 Novell eDirectory
46 -----------------
48 The schema file has not been updated for the sambaSamAccount
49 objectclass.
52 smbldap-tools/
53 --------------
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.
59 The smbldap-tools package can be downloaded individually from 
60 http://samba.idealx.org/dist/
62 !==
63 !== end of README
64 !==