Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongT16 committed Sep 25, 2023
1 parent 195fa61 commit f50e7a3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# mail_ldif

Generate an LDIF file containing 6key-value pairs per user entry:
```
dn: jDoe1@illinois.edu
uid: jDoe1@illinois.edu
mail: jDoe1@illinois.edu
mailRoutingAddress: jDoe1@ncsa.illinois.edu
profileType: 0
memberOf: group1
memberOf: group2
```

- **dn** is the distinguish name that uniquely identifies the entry. Recommend using target email

- **uid** is the unique identifier for a user. Recommend using dn value

- **mail** is the primary email listed on the LDAP user query (target email)

- **mailRoutingAddress** is the email address that is being rerouted from.

- **profileType** identifies the type of entry, and 0 is the default for user entry

- **memberOf** is a list of groups that the member is apart of.

0 comments on commit f50e7a3

Please sign in to comment.