比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

以下の利用者をLDAPへ登録する例を示します。

uiduserPasswordeduPersonPrincipalNameoueduPersonAffiliation
testuid4testpw4test_eppn_4technologystudent

1. ldifファイル(sample1.ldif)の作成

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
dn: ou=technology,o=test_o,dc=ac,c=JP
objectClass: organizationalUnit
ou: technology

# test_eppn_4testuid4, technology, test_o, ac, JP
dn: eduPersonPrincipalName=test_eppn_4uid=testuid4,ou=technology,o=test_o,dc=ac,c=JP
objectClass: eduPerson
objectClass: inetOrgPerson
eduPersonPrincipalName: test_eppn_4
ou: technology
sn: test_sn_4
cn: test_cn_4
uid: testuid4
userPassword: testpw4
eduPersonAffiliation: student  

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
dn: eduPersonPrincipalName=test_eppn_4uid=testuid4,ou=technology,o=test_o,dc=ac,c=JP
changetype: modify
add: displayName
displayName: Test4

...