You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# Description
2
2
This plugin adds a new realm provider for managing hosts in Active Directory.
3
3
4
-
Useful if you directly integrate with Active Directory and dont use FreeIPA.
4
+
Useful if you directly integrate with Active Directory and dont use FreeIPA.
5
5
6
6
If you use this plugin you let foreman-proxy provision/deprovision computer accounts and password and also distribute the password to a kickstart file.
7
7
8
8
It does the following:
9
9
10
10
* When hosts are created in foreman it will create a new computer account in active directory
11
11
and return the password to foreman so it can be used in the kickstart file.
12
-
12
+
13
13
* When hosts are rebuilt it will reset the computers account and return a new password to the kickstart file.
14
14
15
15
* When hosts are deleted in foreman it will delete the associated computer account in active directory.
16
-
17
-
# Installation
16
+
17
+
# Installation
18
18
```
19
19
sudo gem install smart_proxy_realm_ad_plugin
20
20
```
@@ -25,9 +25,9 @@ Then enable this as a realm provider in foreman-proxy
25
25
To enable this realm provider, edit `/etc/foreman-proxy/settings.d/realm.yml` and set:
26
26
27
27
:enabled: true
28
-
28
+
29
29
:use_provider: realm_ad
30
-
30
+
31
31
# Building
32
32
33
33
See How_to_Install_a_Smart-Proxy_Plugin for how to install Smart Proxy plugins.
0 commit comments