diff --git a/lam/HISTORY b/lam/HISTORY index eaf33bf0..ce2cfca7 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -3,6 +3,7 @@ June 2014 4.6 - Extended LAM's internal password policies - LAM Pro: -> Password self reset and user self registration support to set a header text + -> Sudo roles: support latest schema 18.03.2014 4.5 diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 7d66edf1..f13a1586 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -5761,8 +5761,28 @@ OK (10 msec) You can manage your sudo roles in LDAP if you have installed the sudo-ldap package or compiled sudo with LDAP - support. To activate sudo management in LAM Pro edit your server - profile and add the type "Sudo roles". + support. + + To activate sudo management in LAM Pro edit your server profile + and add the type "Sudo roles". + + + + + + + + + + + + + + + + + + Now you can create sudo commands. diff --git a/lam/docs/manual-sources/images/sudoRole.png b/lam/docs/manual-sources/images/sudoRole.png index e7223bde..1e1c33c1 100644 Binary files a/lam/docs/manual-sources/images/sudoRole.png and b/lam/docs/manual-sources/images/sudoRole.png differ diff --git a/lam/docs/manual-sources/images/sudoRole1.png b/lam/docs/manual-sources/images/sudoRole1.png new file mode 100644 index 00000000..b11dcf41 Binary files /dev/null and b/lam/docs/manual-sources/images/sudoRole1.png differ diff --git a/lam/docs/manual-sources/images/sudoRole2.png b/lam/docs/manual-sources/images/sudoRole2.png new file mode 100644 index 00000000..4a54a44e Binary files /dev/null and b/lam/docs/manual-sources/images/sudoRole2.png differ