Skip to content

Commit 74e9577

Browse files
Rui Miguel Silva Seabraabbra
authored andcommitted
Fix attribute name
1 parent fdbbb23 commit 74e9577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/page/ConfiguringAixClients.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Create :file:`/etc/security/ldap/ldap.cfg`, **note that you don't want to allow
228228
krbkeypath:/etc/krb5/krb5.keytab
229229
krbprincipal:host/[email protected]
230230
defaultentrylocation:local
231-
userbasedn:cn=users,cn=accounts,dc=example,dc=com??(!(nsaccountlocked=TRUE))
231+
userbasedn:cn=users,cn=accounts,dc=example,dc=com??(!(nsaccountlock=TRUE))
232232
groupbasedn:cn=groups,cn=accounts,dc=example,dc=com
233233
netgroupbasedn:cn=ng,cn=compat,dc=example,dc=com
234234
userclasses:posixaccount
@@ -276,7 +276,7 @@ And add the following to :file:`/etc/pam.cfg`:
276276
::
277277

278278
(...)
279-
userbasedn:cn=users,cn=accounts,dc=example,dc=com??(&(!(nsaccountlocked=TRUE))(memberOf=ipaUniqeID=12345678-1234-1234-1234567890ab,cn=hbac,dc=example,dc=com))
279+
userbasedn:cn=users,cn=accounts,dc=example,dc=com??(&(!(nsaccountlock=TRUE))(memberOf=ipaUniqeID=12345678-1234-1234-1234567890ab,cn=hbac,dc=example,dc=com))
280280
(...)
281281

282282
Or... **if you don't want to use HBAC, or prevent locked users from logging in**, your `userbasedn` parameter may be specified without any additional filters, like:

0 commit comments

Comments
 (0)