Skip to content

Commit

Permalink
initial README with basic information
Browse files Browse the repository at this point in the history
Signed-off-by: Aisha Tammy <[email protected]>
  • Loading branch information
epsilon-0 committed Jul 26, 2020
1 parent 124b84d commit 023fd4f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# LDAPD configuration for OpenBSD

## Server side requirements:
- OpenBSD
- Python 3

## Role variables

| Variable | Default Value | Description |
| -------- | ------------- | ----------- |
| `ldap_domains` | [] | List of domains to configure for ldap. |
| `ldap_admin` | "root" | Top level user with access to everything. |
| `ldap_admin_pass` | "{BSDAUTH}root" | Method to authenticate the root user, defaults to using the inbuilt BASDAUTH OS login mechanism. |
| `ldap_uid_start` | 1000 | The starting point for UID. This value auto-increments for every user defined in `ldap_users`. |
| `ldap_gid_start` | 1000 | The starting point for GID. This also auto-increments. |

For a detailed description of all variables look at the file [defaults/main.yml](defaults/main.yml).

## Example configuration

Look at [Excision Mail](https://github.com/Excision-Mail/Excision-Mail) for a complex playbook example.

0 comments on commit 023fd4f

Please sign in to comment.