Skip to content

Commit ea34a0b

Browse files
authored
Update README.md
1 parent 619144e commit ea34a0b

File tree

1 file changed

+5
-52
lines changed

1 file changed

+5
-52
lines changed

README.md

+5-52
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,11 @@ integrate directly with Active Directory to manage hosts
44
during creation, rebuilding and deletion of their
55
computer account and the credentials.
66

7-
# TODO
7+
# Configuration
88

9-
<del>## Objective 1. Setup a dev environment</del>
10-
11-
The dev environment consists of a Active Directory domain controller
12-
plus a centos 7 server running smart-proxy
13-
14-
## Objective 2. Load the plugin
15-
16-
Load a dummy version of the plugin and ensure its loaded with smart-proxy.
17-
18-
## Objective 3. Make sure the plugins API functions gets invoked through the realm api
19-
20-
Use curl and trigger join, reset and delete api operations. Log the request
21-
through the logger of smart-proxy.
22-
23-
## Objective 4. Implement different realm api operations
24-
25-
Use curl and implement the plugin operations: join, reset, delete
26-
27-
## Objective 5. Implement and write tests
28-
29-
# Installation
30-
lorem ipsum
31-
32-
### Prerequisites
33-
lorem ipsum
34-
35-
```
36-
some commands
37-
```
38-
39-
### Building
40-
```
41-
some commands
42-
```
43-
44-
# Synposis
45-
46-
47-
# Notes
48-
49-
# Authors
50-
* Mårten Cassel
51-
52-
53-
WORK IN PROGRESS
54-
55-
A smart-proxy realm provider plugin for direct integration
56-
with Active Directory.
57-
58-
Using this plugin, foreman is capable of managing a hosts Active Directory
59-
credential and account during the host lifecycle.
9+
To enable this realm provider, edit `/etc/foreman-proxy/settings.d/realm.yml` and set:
6010

11+
:use_provider: realm_ad
12+
6113

14+
# Lorem ipsum

0 commit comments

Comments
 (0)