Skip to content

Commit

Permalink
Fixed typos around active directory configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcampbell committed Apr 28, 2011
1 parent 8db6fb2 commit 2f4fa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/07-administration/07-chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Then restart RunDeck to ensure it picks up the change and you're done.

Create a `jaas-activedirectory.conf` file in the same directory as the `jaas-loginmodule.conf` file.

* RPM install: /etc/runduck/
* RPM install: /etc/rundeck/
* Launcher install: $RDECK_BASE/server/config

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -399,7 +399,7 @@ activedirectory {
roleBaseDn="ou=roles,dc=rundeck,dc=com"
roleNameAttribute="cn"
roleMemberAttribute="member"
roleObjectClass="group";
roleObjectClass="group"
cacheDurationMillis="300000"
reportStatistics="true";
};
Expand Down

0 comments on commit 2f4fa05

Please sign in to comment.