397 | | dn: cn=idp,ou=servers,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk |
398 | | cn: idp |
399 | | description: Identity Server |
400 | | ipHostNumber: 192.248.6.XX |
401 | | objectClass: top |
402 | | objectClass: device |
403 | | objectClass: ipHost |
404 | | objectClass: simpleSecurityObject |
405 | | userPassword: {crypt}idpldap |
406 | | |
407 | | # www, servers, 'your domain'.ws.learn.ac.lk |
408 | | dn: cn=www,ou=servers,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk |
409 | | cn: irs |
410 | | description: IRS Server |
411 | | ipHostNumber: 192.248.6.XX |
412 | | objectClass: top |
413 | | objectClass: device |
414 | | objectClass: ipHost |
415 | | objectClass: simpleSecurityObject |
416 | | userPassword: {crypt}wwwsvr |
| 397 | dn:cn=idp,ou=servers,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk |
| 398 | cn:idp |
| 399 | description:Identity Server |
| 400 | ipHostNumber:192.248.6.XX |
| 401 | objectClass:top |
| 402 | objectClass:device |
| 403 | objectClass:ipHost |
| 404 | objectClass:simpleSecurityObject |
| 405 | userPassword:{crypt}idpldap |
426 | | dn: uid=testme,ou=people,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk |
427 | | cn: Test Me |
428 | | departmentNumber: LEARN |
429 | | employeeNumber: 02 |
430 | | employeeType: Test Account |
431 | | facsimileTelephoneNumber: 081 2003032 |
432 | | gecos: Test Me |
433 | | gidNumber: 1000 |
434 | | givenName: Test Me |
435 | | homeDirectory: /home/testme |
436 | | homePhone: none |
437 | | homePostalAddress: none |
438 | | initials: T M |
439 | | jpegPhoto: none |
440 | | labeledURI: none |
441 | | loginShell: /usr/local/bin/bash |
442 | | mobile: none |
443 | | objectClass: person |
444 | | objectClass: organizationalPerson |
445 | | objectClass: inetOrgPerson |
446 | | objectClass: posixAccount |
447 | | objectClass: top |
448 | | objectClass: shadowAccount |
449 | | shadowExpire: 14940 |
450 | | shadowFlag: 134538484 |
451 | | shadowInactive: 0 |
452 | | shadowLastChange: 14483 |
453 | | shadowMax: 13100 |
454 | | shadowMin: 0 |
455 | | shadowWarning: 7 |
456 | | sn: Test |
457 | | telephoneNumber: 3032 |
458 | | uid: testme |
459 | | uidNumber: 1001 |
460 | | userPassword: testme |
| 415 | dn:uid=testme,ou=people,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk |
| 416 | cn:Test Me |
| 417 | departmentNumber:LEARN |
| 418 | employeeNumber:02 |
| 419 | employeeType:Test Account |
| 420 | facsimileTelephoneNumber:081 2003032 |
| 421 | gecos:Test Me |
| 422 | gidNumber:1000 |
| 423 | givenName:Test Me |
| 424 | homeDirectory:/home/testme |
| 425 | homePhone:none |
| 426 | homePostalAddress:none |
| 427 | initials:T M |
| 428 | jpegPhoto:none |
| 429 | labeledURI:none |
| 430 | loginShell:/usr/local/bin/bash |
| 431 | mobile:none |
| 432 | objectClass:person |
| 433 | objectClass:organizationalPerson |
| 434 | objectClass:inetOrgPerson |
| 435 | objectClass:posixAccount |
| 436 | objectClass:top |
| 437 | objectClass:shadowAccount |
| 438 | shadowExpire:14940 |
| 439 | shadowFlag:134538484 |
| 440 | shadowInactive:0 |
| 441 | shadowLastChange:14483 |
| 442 | shadowMax:13100 |
| 443 | shadowMin:0 |
| 444 | shadowWarning:7 |
| 445 | sn:Test |
| 446 | telephoneNumber:3032 |
| 447 | uid:testme |
| 448 | uidNumber:1001 |
| 449 | userPassword:testme |
492 | | dn: olcDatabase={1}hdb,cn=config |
493 | | changetype: modify |
494 | | replace: olcAccess |
495 | | olcAccess: {0}to attrs=userPassword by self write by anonymous auth by dn.children="ou=servers,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk" read by * none |
496 | | olcAccess: {1}to attrs=shadowLastChange by self write by * read |
497 | | olcAccess: {2}to * by * read |
| 481 | dn:olcDatabase={1}hdb,cn=config |
| 482 | changetype:modify |
| 483 | replace:olcAccess |
| 484 | olcAccess:{0}to attrs=userPassword by self write by anonymous auth by dn.children="ou=servers,dc='your domain'dc=ws,dc=learn,dc=ac,dc=lk" read by * none |
| 485 | olcAccess:{1}to attrs=shadowLastChange by self write by * read |
| 486 | olcAccess:{2}to * by * read |