Skip to content

Commit

Permalink
Addressing docs glitch #7666 creating-group and authentication-mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jody Garnett <jody.garnett@gmail.com>
  • Loading branch information
jodygarnett committed Feb 13, 2024
1 parent 5db2253 commit d45574b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ GeoNetwork comes with a sample LDAP configuration that you can use in Apache Dir
There are currently two ways to convert an LDAP group to GeoNetwork Groups/Profiles.
- The `LDAPRoleConverterGroupNameParser`, which works the same as the original LDAP configuration. It uses a regular expression to parse the LDAP group name into a GeoNetwork Group/Profile. This will convert the LDAP role `OR` into the GeoNetwork group `AL` with Profile `r.`
- The `LDAPRoleConverterGroupNameParser`, which works the same as the original LDAP configuration. It uses a regular expression to parse the LDAP group name into a GeoNetwork Group/Profile. This will convert the LDAP role `GCAT_GENERAL_EDITOR` into the GeoNetwork group `GENERAL` with Profile `Editor`.
``` xml
<bean id="ldapRoleConverterGroupNameParser" class="LDAPRoleConverterGroupNameParser">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating group

The administrator can create new groups of users. User groups could correspond to logical units within an organisation, for example `es`, `re`, `nd`, `er`, `th` and so on.
The administrator can create new groups of users. User groups could correspond to logical units within an organisation, for example `Fisheries`, `Agriculture`, `Land`, `Water`, `Health` and so on.

To create new groups you should be logged on with an account that has administrative privileges.

Expand Down

0 comments on commit d45574b

Please sign in to comment.