Changes between Version 1 and Version 2 of ALL__architecture
- Timestamp:
- 11/14/14 15:34:47 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ALL__architecture
v1 v2 1 1 = Overview of Enterprise Directory Architecture = 2 Original author: Beth Merce - 200810312 Original author: Beth Mercer - 20081031 3 3 4 4 The University of Alaska Enterprise Directory and Authentication Service are comprised 5 of the following :5 of the following four architectural components: 6 6 7 iPlanet Directories (EDIR directory) 7 * EDIR Directories 8 * EDIR "registry" 9 * Web Gateways 10 * Equalizer 11 12 == EDIR Directory : SUN LDAP iPlanet Directories == 8 13 9 14 iplanet UNIX account … … 22 27 23 28 24 Oracle Databases (EDIR "registry") 29 == EDIR "registry" : Oracle Databases == 25 30 26 31 sxldap UNIX account and OPS$SXLDAP schema … … 35 40 36 41 37 Web Gateways 42 == Web Gateways == 38 43 39 44 ldapgw UNIX account for EDIR/AUTHSERV … … 54 59 55 60 56 Equalizer 61 == Equalizer == 57 62 58 63 load balancing for DNS names … … 71 76 for ldap/ldaps ports 72 77 73 Kerberos Realm 78 == Historical Use of Kerberos == 79 '''NOTE:''' Originally Kerberos synchronized LDAP password information with OIT. That implementation is no longer current and not maintained in anyway. At that time the Kerberos Realm consisted of: 74 80 75 oitsynch UNIX account 81 * Synchronization Command: oitsynch UNIX account 82 * A password store behind iPlanet Directory 83 * A directory plugin implements kerberos authentication during directory bind 84 * An UPDATE interface behind AUTHSERV implements kerberos password reset/change/lock/unlock functionality 85 * 3 realms: test.alaska.edu, prep.alaska.edu, prod.alaska.edu - 1 each on 3 servers: cisca, cobalt, cupola 76 86 77 password store behind iPlanet Directory 78 directory plugin implements kerberos authentication during directory bind 79 UPDATE interface behind AUTHSERV implements kerberos password reset/change/lock/unlock functionality 80 81 3 realms: test.alaska.edu, prep.alaska.edu, prod.alaska.edu 82 1 each on 3 servers: cisca, cobalt, cupola 83 84 ####################### 85 DOCUMENT CHANGE HISTORY 86 87 ######################################################## 88 LEGACY CHANGE HISTORY - NOTE: All subsequent changes are recorded in TracWiki 89 ######################################################## 87 90 20081031 elm corrected typos 88 89 (eof)