Changes between Version 18 and Version 19 of ldapiam2018
- Timestamp:
- Sep 12, 2018, 7:45:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ldapiam2018
v18 v19 239 239 When Creating Users and Groups there are several ways in linking them with each other. This makes easy to search users, their associated groups as well as the groups and their associated users. 240 240 241 * Option 1: Create Posix Groups, define `gidNumber` and link user with it. 241 * Option 1: Create Posix Groups, define `gidNumber` and link user with it. (for the tutorial purposes go through all options) 242 242 243 243 {{{ … … 340 340 objectClass: groupofnames 341 341 cn: staff 342 description: All users342 description: All Staff 343 343 member: uid=testme1,ou=people,dc=instXY,dc=ac,dc=lk 344 344 }}}