Dokument how group membership is implemented
authorJoey Schulze <joey@infodrom.org>
Wed, 14 May 2008 12:53:34 +0000 (12:53 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 14 May 2008 12:53:34 +0000 (12:53 +0000)
DIRECTIVES

index 6a48da2..5dee80e 100644 (file)
@@ -125,7 +125,8 @@ AuthMySQL_Password_Field <password_field_name>
        Synonym for Auth_MySQL_Password_Field.
 
 Auth_MySQL_Group_Field <group_field_name>
-       As per ...Username_Field above.  Defaults to 'groups'.
+       As per ...Username_Field above.  Defaults to 'groups'.  The query 
+       will use FIND_IN_SET(<group_name>,<group_field_name>).
        
 AuthMySQL_Group_Field <group_field_name>
        Synonym for Auth_MySQL_Group_Field.