Lines Matching full:will

14 method calls among TWO other auth plugins that will do the actual work:
15 - a PRIMARY auth plugin that will be used for VALIDATION of login names and
54 passwords. authsplit will first make sure that the PRIMARY auth plugin
62 plugin uses external authentication. authsplit will let the auth plugin itself
72 groups) from the SECONDARY auth plugin, which means that the user will have to
76 users), authsplit will create a user account there, too, using user
77 information from the PRIMARY auth plugin as basis. As this information will
78 most likely not be very useful, the user will not only be notified that an
81 - otherwise the user seems to DokuWiki to be not logged in and will thus most
82 likely see an "Access denied" page. He or she will either have to register
83 him- or herself or, if self-registration has been disabled, the Admin will
95 you use the default "DokuWiki" template). authsplit will call the PRIMARY
100 auth plugin will be silently ignored.
105 authsplit will first check if the user is not known to the PRIMARY auth plugin
106 yet and whether it is capable of adding users. If so, it will try to create
127 - for login names, real names and email addresses, authsplit will try to
130 - passwords will be modified in the PRIMARY auth plugin only since by design
132 - group memberships will always be modified in the SECONDARY auth plugin only.
134 - deleteUser(): authsplit will ALWAYS route delete user requests to the
137 Thus, deleting a user with the user manager will remove knowledge of his or
140 - retrieveUsers() / getUserCount(): authsplit will always route these method
148 - addGroup() / retrieveGroups(): authsplit will always route these method calls
152 - isCaseSensitive() / cleanUser(): authsplit will always route these method
156 - cleanGroup(): authsplit will always route this method call to the SECONDARY
221 - primary_authplugin: This is the DokuWiki auth plugin that will be used to
224 - secondary_authplugin: This is the DokuWiki auth plugin that will be used to
231 - autocreate_users: If enabled, authsplit will automatically create user
233 unknown in the SECONDARY auth plugin. If disabled, users will either have to
236 - debug: If enabled, authsplit will flood the screen with debugging messages