mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-12-29 14:00:55 +00:00
8 lines
270 B
Text
8 lines
270 B
Text
|
dn: uid={{ ipa_binder_name }},cn=sysaccounts,cn=etc,dc=rockylinux,dc=org
|
||
|
add:objectclass:account
|
||
|
add:objectclass:simplesecurityobject
|
||
|
add:uid:{{ ipa_binder_name }}
|
||
|
add:userPassword:{{ ipa_binder_password }}
|
||
|
add:passwordExpirationTime:20380119031407Z
|
||
|
add:nsIdleTimeout:0
|