Changes between Version 2 and Version 3 of ldapiam2018
- Timestamp:
- Sep 4, 2018, 6:49:44 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ldapiam2018
v2 v3 162 162 }}} 163 163 === Load eduPerson Schema === 164 Get the schema downloaded from [ Eduperson.ldif](./eduperson-201602.ldif)164 Get the schema downloaded from [https://ws.learn.ac.lk/raw-attachment/wiki/ldapiam2018/eduperson-201602.ldif eduperson-201602.ldif] 165 165 Or the latest from `https://spaces.at.internet2.edu/display/macedir/LDIFs` 166 166 Load it using: … … 169 169 }}} 170 170 Also Lets load The SChema for Academia, SCHAC. 171 Get the schema downloaded from [ SCHAC.ldif](./schac-20150413.ldif)171 Get the schema downloaded from [https://ws.learn.ac.lk/raw-attachment/wiki/ldapiam2018/SCHAC.ldif SCHAC.ldif][SCHAC.ldif](./schac-20150413.ldif) 172 172 Or the latest from `https://wiki.refeds.org/display/STAN/SCHAC+Releases` 173 173 Load it using: 174 174 {{{ 175 ldapadd -Y EXTERNAL -H ldapi:/// -f schac-20150413.ldif175 ldapadd -Y EXTERNAL -H ldapi:/// -f SCHAC.ldif 176 176 }}} 177 177 === Create User Structure ===