Changes between Version 21 and Version 22 of ldapiam2018
- Timestamp:
- Sep 13, 2018, 4:37:47 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ldapiam2018
v21 v22 215 215 === Create User Structure === 216 216 Depending on your Institutes's Requirement, you may create test Groups/Users as follows: 217 Remember to replace XY with your number before you execute ldapadd command 218 217 219 {{{ 218 220 dn: ou=People,dc=instXY,dc=ac,dc=lk … … 233 235 ou: servers 234 236 235 dn: cn=idp,ou=servers,dc=inst 00,dc=ac,dc=lk237 dn: cn=idp,ou=servers,dc=instXY,dc=ac,dc=lk 236 238 cn: idp 237 239 description: Identity Server … … 244 246 }}} 245 247 246 Save the above as a .ldif file and add it to your directory as247 {{{ 248 sudo ldapadd -H ldap:// -x -D "cn=admin,dc=instXY,dc=ac,dc=lk" -W -Z -f path_to_file.ldif248 Save the above as a instXY.ldif file and add it to your directory as 249 {{{ 250 sudo ldapadd -H ldap:// -x -D "cn=admin,dc=instXY,dc=ac,dc=lk" -W -Z -f instXY.ldif 249 251 }}} 250 252