diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 353931bb..010e0203 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -6784,6 +6784,54 @@ OK (10 msec) possible to specify options like NOPASSWD. +
+ LDAP views based on nsview (LAM Pro) + + LAM Pro supports LDAP views based on the "nsview" object class. + These views allow to create an organizational unit that shows a subset + of your LDAP content. The subset is determined by an LDAP filter. + + Configuration: + + To activate view management in LAM Pro edit your server profile + and add the type "LDAP views". + + + + + + + + + + + + + + + + + + Now you are ready to create your views. Each view has a name, LDAP + filter and an optional description. + + + + + + + + + + + + + + + + +
+
General information @@ -9568,6 +9616,24 @@ OK (10 msec) Does not require any schema. + + + + + + + + + LDAP views + + nsview, organizationalunit + + built-in + + Part of LDAP server installation (e.g. 389 server) + + LAM Pro only + diff --git a/lam/docs/manual-sources/images/mod_nsview1.png b/lam/docs/manual-sources/images/mod_nsview1.png new file mode 100644 index 00000000..b7fdc0db Binary files /dev/null and b/lam/docs/manual-sources/images/mod_nsview1.png differ diff --git a/lam/docs/manual-sources/images/mod_nsview2.png b/lam/docs/manual-sources/images/mod_nsview2.png new file mode 100644 index 00000000..93cb4195 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_nsview2.png differ diff --git a/lam/docs/manual-sources/images/mod_nsview3.png b/lam/docs/manual-sources/images/mod_nsview3.png new file mode 100644 index 00000000..1103444a Binary files /dev/null and b/lam/docs/manual-sources/images/mod_nsview3.png differ diff --git a/lam/docs/manual-sources/images/mod_nsview4.png b/lam/docs/manual-sources/images/mod_nsview4.png new file mode 100644 index 00000000..426a5045 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_nsview4.png differ diff --git a/lam/docs/manual-sources/images/schema_nsview.png b/lam/docs/manual-sources/images/schema_nsview.png new file mode 100644 index 00000000..deed6a8f Binary files /dev/null and b/lam/docs/manual-sources/images/schema_nsview.png differ