GUAC-1502 LDAP plugin documentation fix for seeAlso attribute in exampleConfigGroup.ldif
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/8e934d5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/8e934d5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/8e934d5f Branch: refs/heads/master Commit: 8e934d5fb35f15770e37ed315211781e2855c737 Parents: 8a9e5fc Author: Patrick Richardson <[email protected]> Authored: Thu Feb 25 09:53:29 2016 -0500 Committer: Patrick Richardson <[email protected]> Committed: Thu Feb 25 09:53:29 2016 -0500 ---------------------------------------------------------------------- .../guacamole-auth-ldap/doc/examples/exampleConfigGroup.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/8e934d5f/extensions/guacamole-auth-ldap/doc/examples/exampleConfigGroup.ldif ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-ldap/doc/examples/exampleConfigGroup.ldif b/extensions/guacamole-auth-ldap/doc/examples/exampleConfigGroup.ldif index bae3013..cfc1d66 100644 --- a/extensions/guacamole-auth-ldap/doc/examples/exampleConfigGroup.ldif +++ b/extensions/guacamole-auth-ldap/doc/examples/exampleConfigGroup.ldif @@ -9,4 +9,4 @@ guacConfigParameter: port=5900 guacConfigParameter: password=secret member: cn=user1,dc=example,dc=com member: cn=user2,dc=example,dc=com -seeAlso: ou=admins,ou=groups,dc=example,dc=com +seeAlso: cn=admins,ou=groups,dc=example,dc=com
