15 Sep
2008
15 Sep
'08
2:11 p.m.
Lemaster, Rob wrote:
Is it legal to use both a SQL database and a flat file for users simultaneously, or do you have to choose one or the other? If this is possible, does it require any change in configuration?
You can look up some users in LDAP, others in SQL, others in flat files, others via Perl. And you can configure that differently per client. The flexibility of the server can be a little daunting. It's best to start with what you have, (which users in which DB), and then to create policies that direct packets to the appropriate configuration. Alan DeKok.