diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 76e55778..1fe5607d 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2083,6 +2083,19 @@ Have fun! profile and then add the user module "Windows (windowsUser)(*)". + + + + + + + + + The default list attributes are for Unix and not suitable for + Windows (blank lines in account table). Please use + "#cn;#givenName;#sn;#mail" or select your own attributes to display in + the account list. + @@ -2664,6 +2677,19 @@ Have fun! type "Groups" in your LAM server profile and then add the group module "Windows (windowsGroup)(*)". + + + + + + + + + The default list attributes are for Unix and not suitable for + Windows (blank lines in account table). Please use + "#cn;#member;#description" or select your own attributes to display in + the account list. + @@ -2672,8 +2698,9 @@ Have fun! - You can manage the group name, description and its type. Of - course, you can also set the group members. + Now you can edit your groups inside LAM. You can manage the + group name, description and its type. Of course, you can also set the + group members. Group scopes: @@ -2793,6 +2820,19 @@ Have fun! enable the account type "Hosts" in your LAM server profile and then add the host module "Windows (windowsHost)(*)". + + + + + + + + + The default list attributes are for Unix and not suitable for + Windows (blank lines in account table). Please use + "#cn;#description;#location" or select your own attributes to display + in the account list. + @@ -2801,8 +2841,8 @@ Have fun! - You can set e.g. the server's description and location - information. + Now you will see you computer accounts inside LAM. You can set + e.g. the server's description and location information. diff --git a/lam/docs/manual-sources/images/mod_windowsGroup3.png b/lam/docs/manual-sources/images/mod_windowsGroup3.png new file mode 100644 index 00000000..cb91ae02 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_windowsGroup3.png differ diff --git a/lam/docs/manual-sources/images/mod_windowsServer3.png b/lam/docs/manual-sources/images/mod_windowsServer3.png new file mode 100644 index 00000000..acfdf732 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_windowsServer3.png differ diff --git a/lam/docs/manual-sources/images/mod_windowsUser4.png b/lam/docs/manual-sources/images/mod_windowsUser4.png new file mode 100644 index 00000000..c6e422f2 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_windowsUser4.png differ