Skip to content

Commit 0d84efa

Browse files
Rui Miguel Silva Seabraabbra
authored andcommitted
Make the added examples better fit the overall documentation by using domain example.com
1 parent 314f54d commit 0d84efa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/page/ConfiguringAixClients.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,18 @@ The password to the GSKit certificate store (`ldapsslkeypwd`) can be encrypted u
247247
HBAC (Host-based access control)
248248
--------------------------------
249249

250-
You can have **true** :abbr:`HBAC (Host-based access control)` using `pam_ipahbac <https://github.com/rseabra/pam_ipahbac/>`, after installation you place a `/etc/ipahbac.conf` file with the pam module's configuration:
250+
You can have **true** :abbr:`HBAC (Host-based access control)` using `pam_ipahbac <https://github.com/rseabra/pam_ipahbac/>`__.
251+
252+
After installation, place a :file:`/etc/ipahbac.conf` file with the pam module's configuration:
251253

252254
::
253255

254-
-u YourSysAccount
255-
-b dc=your,dc=domain
256+
-u uid=aix.bind.account,cn=users,cn=accounts,dc=example,dc=com
257+
-b dc=example,dc=com
256258
-P /etc/ldap.secret
257-
-l ldaps://ldap1/,ldaps://ldap2/..
259+
-l ldaps://ipaserver1.example.com/,ldaps://ipaserver2.example.com/
258260

259-
And add the following to `/etc/pam.cfg`:
261+
And add the following to :file:`/etc/pam.cfg`:
260262

261263
::
262264

0 commit comments

Comments
 (0)