fix two generation errors

This commit is contained in:
2022-02-10 11:58:53 +01:00
parent 962237945f
commit a046b0aeb5
2 changed files with 12 additions and 16 deletions
+12 -13
View File
@@ -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
-3
View File
@@ -986,6 +986,3 @@ An example of how to use this role (with variables passed in as parameters).
psi_yfs_size: 2147483648
```
---