|
|
@@ -67,9 +67,17 @@ user needs to be a posixAccount.
|
|
|
- person2posix
|
|
|
|
|
|
Give the user the `posixAccount` object class, and the necessary attributes,
|
|
|
-and create a posixGroup with the same the uid and number as the user.
|
|
|
+and create a posixGroup with the same uid and number as the user.
|
|
|
|
|
|
```
|
|
|
./person2posix uid
|
|
|
```
|
|
|
|
|
|
+- addmailalias
|
|
|
+
|
|
|
+Add a new mail alias for a user.
|
|
|
+User needs to be in the mail group
|
|
|
+
|
|
|
+```
|
|
|
+./addmail alias uid alias@example.com
|
|
|
+```
|