Lines Matching refs:a

6  * If you use a different one you have to change them accordingly.
46 * a warning during operation. See the example below.
55 * should be a table with exact one line containing at least the password
59 * The module access the password as 'pass' so a alias might be necessary.
73 /* This statement should return a table with exact one row containing
89 /* This statement is used to get all groups a user is member of. The
90 * result should be a table containing all groups the given user is
91 * member of. The module access the group name as 'group' so a alias
107 /* This statement should return a table containing all user login names
109 * case dependend by the module. At the end a sort expression will be added.
110 * Important is that this list contains no double entries fo a user. Each
113 * The login name will be accessed as 'user' to a alias might be neseccary.
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
157 /* This statement should connect a user to a group (a user become member
161 * %{uid} id of a user dataset
163 * %{gid} id of a group dataset
168 /* This statement should remove a group fom the database.
171 * %{gid} id of a group dataset
176 /* This statement should return the database index of a given user name.
177 * The module will access the index with the name 'id' so a alias might be
190 /* This statement should remove a user fom the database.
193 * %{uid} id of a user dataset
198 /* This statement should remove all connections from a user to any group
199 * (a user quits membership of all groups).
201 * %{uid} id of a user dataset
210 /* This statements should modify a user entry in the database. The
229 /* This statement should remove a single connection from a user to a
230 * group (a user quits membership of that group).
234 * %{uid} id of a user dataset
236 * %{gid} id of a group dataset
242 /* This statement should return the database index of a given group name.
243 * The module will access the index with the name 'id' so a alias might