Changes between Version 21 and Version 22 of ldapiam2018


Ignore:
Timestamp:
Sep 13, 2018, 4:37:47 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ldapiam2018

    v21 v22  
    215215=== Create User Structure ===
    216216Depending on your Institutes's Requirement, you may create test Groups/Users as follows:
     217Remember to replace XY with your number before you execute ldapadd command
     218
    217219{{{
    218220dn: ou=People,dc=instXY,dc=ac,dc=lk
     
    233235ou: servers
    234236
    235 dn: cn=idp,ou=servers,dc=inst00,dc=ac,dc=lk
     237dn: cn=idp,ou=servers,dc=instXY,dc=ac,dc=lk
    236238cn: idp
    237239description: Identity Server
     
    244246}}}
    245247
    246 Save the above as a .ldif file and add it to your directory as
    247 {{{
    248 sudo ldapadd -H ldap:// -x -D "cn=admin,dc=instXY,dc=ac,dc=lk" -W -Z -f path_to_file.ldif
     248Save the above as a instXY.ldif file and add it to your directory as
     249{{{
     250sudo ldapadd -H ldap:// -x -D "cn=admin,dc=instXY,dc=ac,dc=lk" -W -Z -f instXY.ldif
    249251}}}
    250252