ProFTPD Direktiven

View allView all
DeutschDeutsch OfflineOffline
show also deprecated directives show also Betatest-directives
SearchSearch in  

I've found 1 directive(s) which contains SQLAuthenticate

 
 NameSQLAuthenticate 
SyntaxSQLAuthenticate on|off oder SQLAuthenticate [ users [*] ] [ group [*] ] [ userset [fast] ] [ groupset [fast] ]
ContextServer config <Global> <VirtualHost>
Modulmod_sql 
Standardon
From versionmod_sql 4.x
Description
Example 1Normalerweise behandelt mod_sql alle drei Tabellenxakt gleich. 

|-----------------------------------------------| 
| GROUPNAME | GID  | MEMBERS                    | 
|-----------------------------------------------| 
| Gruppe1   | 1000 | Stonki                     | 
| Gruppe2   | 1000 | Paul                       | 
| Gruppe3   | 1000 | Weller                     | 
|-----------------------------------------------| 
|-----------------------------------------------| 
| GROUPNAME | GID  | MEMBERS                    | 
|-----------------------------------------------| 
| Gruppe1   | 1000 | Stonki, Paul               | 
| Gruppe2   | 1000 | Weller                     | 
|-----------------------------------------------| 
|-----------------------------------------------| 
| GROUPNAME | GID  | MEMBERS                    | 
|-----------------------------------------------| 
| Gruppe1   | 1000 | Stonki, Paul, Weller       | 
|-----------------------------------------------| 

Falls Du die "fast" Option benutzt, geht mod_sql davon aus, 
dass alle Einträge wie im letzten Bespiel strukturiert sind.
06.00.2003 20:02
Go to top