source: arma2/frontend/config.py @ 2c1e9b313f17c3adcca1e53bbf5c32cba4db58e1

Revision 2c1e9b313f17c3adcca1e53bbf5c32cba4db58e1, 210 bytes checked in by tin <tin@…>, 3 years ago (diff)

Vista lista, faltaría agregar comprobaciones como si el usuario existe y un par más

  • Property mode set to 100644
Line 
1# User Configuration
2passwordLength  = 12
3
4# XMLRPC Properties
5xmlrpcServerIP          = 'localhost'
6xmlrpcServerPort        = 8008
7
8ldapSERVER              = 'localhost'
9ldapBASE = 'dc=usla, dc=org, dc=ar'
10ldapDN                  = ''
11ldapSECRET              = ''
Note: See TracBrowser for help on using the repository browser.