Changes between Initial Version and Version 1 of LDAP_admin_passwords


Ignore:
Timestamp:
04/21/15 14:28:56 (10 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LDAP_admin_passwords

    v1 v1  
     1= iPlanet Administrative Account Passwords = 
     2 
     3There are two administrative accounts utilized by iPlanet to manage an iPlanet  
     4install and its individual directory instances: 
     5 
     6        * ''admin'' 
     7        * cn=Directory Manager 
     8 
     9The ''admin'' account grants access to the iPlanet console through which directory  
     10instances can be created/deleted. 
     11 
     12The Directory Manager account grants full access to a particular directory instance. 
     13 
     14== Administrative Passwords == 
     15Both passwords are stored in encrypted form in various iplanet related config 
     16files: 
     17 
     18        /e01/iplanet/servers/admin-serv/config/local.conf 
     19        /e01/iplanet/servers/slapd-<server><Inst>/config/dse.ldif 
     20 
     21However, the passwords should always be changed via the iPlanet console. 
     22 
     23        <<ssh to "e" box>> 
     24{{{ 
     25$ export DISPLAY=<yourIP>:0.0 
     26$ startadmin 
     27$ startconsole 
     28        # make your password changes via console, then exit 
     29$ stopadmin 
     30}}} 
     31The passwords for admin and Directory Manager passwords are local to an iPlanet install and  
     32directory instance.  They are *NOT* replicated.  Therefore, these passwords  
     33must be changed independently on each "e" box and in each directory instance. 
     34 
     35== CRITICAL NOTE == 
     36The Directory Manager account is utilized by the back end to EDIR/AUTHSERV to  
     37perform restricted actions not currently granted to individuals.  For that reason, 
     38follow this procedure when changing the Directory Manager password: 
     39 
     401. Request server be quiesced in applicable Equalizer clusters 
     412. Change Directory Manager password via iPlanet console 
     423. Bounce directory  
     43 
     44        https://donnelly.alaska.edu/docs/LDAP/LDAP_starting_stopping 
     45 
     464. Change Directory Manager utilized by back end to EDIR/AUTHSERV 
     47 
     48        (see ~iplanet .*pass) 
     49 
     505. Confirm Directory Manager access continues to function with new password 
     51 
     52        ldap_queryProd "(ou=routing)" dn 
     53 
     546. Request server to activated in applicable Equalizer clusters 
     55###########################[[br]] 
     5620081028 elm 
     57