From 2f4fa05b94808bacb615261e294d56912d3c9f45 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Thu, 28 Apr 2011 15:32:19 -0700 Subject: [PATCH] Fixed typos around active directory configuration --- docs/en/07-administration/07-chapter1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/07-administration/07-chapter1.md b/docs/en/07-administration/07-chapter1.md index f67cb60a6ae..69a11472b17 100644 --- a/docs/en/07-administration/07-chapter1.md +++ b/docs/en/07-administration/07-chapter1.md @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -399,7 +399,7 @@ activedirectory { roleBaseDn="ou=roles,dc=rundeck,dc=com" roleNameAttribute="cn" roleMemberAttribute="member" - roleObjectClass="group"; + roleObjectClass="group" cacheDurationMillis="300000" reportStatistics="true"; };