diff --git a/admin-guide/architecture/accounts-and-groups.md b/admin-guide/architecture/accounts-and-groups.md index 0ee66ceb..395bf340 100644 --- a/admin-guide/architecture/accounts-and-groups.md +++ b/admin-guide/architecture/accounts-and-groups.md @@ -25,22 +25,21 @@ prefix or suffix: ## UID Allocation - ---------------- ------------- - Old accounts 1000-6000 - GFA accounts 10000-30000 - External users 30000-35000 - New accounts 35000+ - ---------------- ------------- + |----------------|---------------| + | Old accounts | 1000-6000 | + | GFA accounts | 10000-30000 | + | External users | 30000-35000 | + | New accounts | 35000+ | ## LDAP Attribute Mapping - Attribute LDAP Attribute - ----------- ------------------------ - username `msSFU30Name` - UID `msSFU30UidNumber` - GID `msSFU30GidNumber` - home `msSFU30HomeDirectory` - shell `msSFU30LoginShell` + | Attribute | LDAP Attribute | + |-----------|------------------------| + | username | `msSFU30Name` | + | UID | `msSFU30UidNumber` | + | GID | `msSFU30GidNumber` | + | home | `msSFU30HomeDirectory` | + | shell | `msSFU30LoginShell` | ## Primary Groups diff --git a/rhel8-guides-beta/admin_guide.md b/rhel8-guides-beta/admin_guide.md index 159cfadf..fa93db66 100644 --- a/rhel8-guides-beta/admin_guide.md +++ b/rhel8-guides-beta/admin_guide.md @@ -986,6 +986,3 @@ An example of how to use this role (with variables passed in as parameters). psi_yfs_size: 2147483648 ``` ---- - -