close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of dSite/c0OMF


Ignore:
Timestamp:
Oct 1, 2014, 5:46:32 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c0OMF

    v4 v5  
    4545}}}
    4646
    47 You will be promted for Ldap root and administrator passwords. Make them the same.
     47==== LDAP Server Installation Questions ====
     48You will be promted for Ldap root passwords. It will be asked for when installing the client.
    4849
    49 
    50 === LDAP Server Installation ===
    5150While installing LDAP it will ask:
    5251
     
    5655}}}
    5756
    58   (if any error is made during the initial installation, LDAP can be reconfigured with: dpkg-reconfigure slapd)
     57==== LDAP Client Installation Questions ====
     58When Installing you will be asked the follow questions:
    5959
    60 Use these choices ('''CHECK IF STILL THE SAME''')
     60 * base dc=geni,dc=net
     61 * uri ldap://ldap.geni.net/
     62 * ldap_version 3
     63 * rootbinddn cn=admin,dc=geni,dc=net
    6164
    62     * Omit OpenLDAP server configuration? No
    63     * DNS domain name: geni.net         #The DNS domain name is used to construct the base DN of the LDAP directory.
    64     * Organization name:  GENI
    65     * Password: Sg10l3P
    66     * Database backend to use: HDB
    67     * Do you want the database to be removed when slapd is purged? : Yes
    68     * Move old database? Yes
    69     * Allow LDAPv2 protocol? No
     65Use the defaults for any questions not metioned here.
    7066
     67Once completed add the following line to the end of your ''/etc/ldap.conf''
     68
     69{{{
     70nss_initgroups_ignoreusers backup,bin,daemon,games,gnats,irc,libuuid,libvirt-qemu,list,lp,mail,man,messagebus,news,ntp,postfix,proxy,root,sshd,statd,sync,sys,syslog,usbmux,uucp,www-data
     71}}}
     72
     73You can verify your ldap conf config by running:
     74{{{
     75egrep -v "^#|^$" /etc/ldap.conf
     76}}}
     77It should produce results like:
     78{{{
     79base dc=geni,dc=net
     80uri ldap://ldap.geni.net/
     81ldap_version 3
     82rootbinddn cn=admin,dc=geni,dc=net
     83pam_password md5
     84nss_initgroups_ignoreusers backup,bin,daemon,games,gnats,irc,libuuid,libvirt-qemu,list,lp,mail,man,messagebus,news,ntp,postfix,proxy,root,sshd,statd,sync,sys,syslog,usbmux,uucp,www-data
     85}}}
     86
     87Next edit /etc/nsswitch.conf file so that is has the follow non comment lines:
     88{{{
     89    passwd:         files ldap compat
     90    group:          files ldap compat
     91    shadow:         files compat
     92
     93    hosts:          files dns
     94    networks:       files
     95
     96    protocols:      db files
     97    services:       db files
     98    ethers:         db files
     99    rpc:            db files
     100
     101    netgroup:       nis
     102}}}
     103 
    71104=== MySQL Installation ===
    72105
    73 '''Will ask some questions...'''
     106You will be prompted for a MySQL admin password during the install.
    74107
    75108