3.1 Provisioning Database: Difference between revisions

From SambaWiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[1.0: Configuring Samba]]
'''3.1: Provisioning Database'''

[[2.0: Configuring LDAP]]

[[3.0: Initialization LDAP Database]]

[[4.0: User Management]]

[[5.0: Heartbeat HA Configuration]]

[[6.0: DRBD]]

[[7.0: BIND DNS]]

----


<u>'''Table of Contents'''</u>
[[3.1 Provisioning Database]]

[[3.2 Preload LDIF]]

[[3.3 LDAP Population]]

[[3.4 Database Replication]]




We are going to manually create our initial LDAP database in a text file and be confident to use it in a full production environment.
We are going to manually create our initial LDAP database in a text file and be confident to use it in a full production environment.
Line 6: Line 33:




|-Samba Base
|-Samba Base
|---Manager
|---Manager
|------syncuser
|------syncuser
|------sambaadmin
|------sambaadmin
|------mailadmin
|------mailadmin
|---------Users
|---------Users
|-----------People
|-----------People
|-----------root
|-----------root
Line 19: Line 46:
|-----------workstation1$
|-----------workstation1$
|-----------workstation2$
|-----------workstation2$
|---------Groups
|---------Groups
|-----------Domain Admin
|-----------Domain Admin
|-----------root
|-----------root
Line 31: Line 58:
|-----------workstation1$
|-----------workstation1$
|-----------workstation2$
|-----------workstation2$
|-----------Domains
|-----------Domains
|-------------sambaDomainName
|-------------sambaDomainName


Line 42: Line 69:
[root@node1]# rm /var/lib/samba/*tdb
[root@node1]# rm /var/lib/samba/*tdb
[root@node1]# rm /var/lib/samba/*dat
[root@node1]# rm /var/lib/samba/*dat
[root@node1]# rm /var/log/samba/*
[root@node1]# rm /var/log/samba/*


'''Step2'''
'''Step2'''

Latest revision as of 13:42, 25 January 2007

1.0: Configuring Samba

2.0: Configuring LDAP

3.0: Initialization LDAP Database

4.0: User Management

5.0: Heartbeat HA Configuration

6.0: DRBD

7.0: BIND DNS



Table of Contents

3.1 Provisioning Database

3.2 Preload LDIF

3.3 LDAP Population

3.4 Database Replication


We are going to manually create our initial LDAP database in a text file and be confident to use it in a full production environment.

Our LDAP database structure will look like the following if using the preload ldif as per section 3.2 Preload LDIF


|-Samba Base
|---Manager                  
|------syncuser                
|------sambaadmin           
|------mailadmin               
|---------Users                              
         |-----------People                          
                     |-----------root                       
                     |-----------asender
                     |-----------simo
         |-----------Computers                     
                     |-----------workstation1$
                     |-----------workstation2$
|---------Groups                
         |-----------Domain Admin               
                     |-----------root                     
         |-----------Domain Users                
                     |-----------root
                     |-----------asender
                     |-----------simo
         |-----------Domain Guests            
                     |------------nobody
         |-----------Domain Computers       
                     |-----------workstation1$
                     |-----------workstation2$
|-----------Domains             
|-------------sambaDomainName


Step1

Delete all runtime files from prior Samba operation by executing;

[root@node1]#   rm /etc/samba/*tdb
[root@node1]#   rm /var/lib/samba/*tdb
[root@node1]#   rm /var/lib/samba/*dat
[root@node1]#   rm /var/log/samba/* 

Step2

Delete any previous LDAP database

[root@node1]#  cd /var/lib/ldap
[root@node1]#  rm –rf *


Step3

Login to node2 - the backup domain controller, and do the same.


Step4

[root@node1 ~]# net getlocalsid
SID for domain NODE1 is: S-1-5-21-3809161173-2687474671-1432921517

Your SID will differ to the one above; you will need to alter the preload LDIF as per below.


Step5

Login to your backup domain controller (node2) and type the following command using the SID obtained from step4.

[root@node2 ~]# net setlocalsid S-1-5-21-3809161173-2687474671-1432921517