比較バージョン

キー

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

...

以下では、新たなIDや属性の追加、そのリリースの方法について説明します。

 

 



...

IDの追加方法

UiduserPasswordeduPersonPrincipalNameoueduPersonAffiliation
testuid4testpw4test_eppn_4technologystudent

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
#ldapadd -x -h localhost -D "cn=olmgr, o=test_o,dc=ac,c=JP" -w csildap -f example1.ldif

 

 

...

属性の追加方法

利用者に「displayName」属性を追加する例を示します。

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
# ldapmodify -x -h localhost -D "cn=olmgr, o=test_o,dc=ac,c=JP" -w csildap -f example2.ldif

 

 

...

属性のリリース方法

先にで追加した「displayName」属性をSPへリリースする例を示します。

...