34 lines
		
	
	
		
			484 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			484 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #[html]
 | |
| #page_title = Login
 | |
| 
 | |
| [general]
 | |
| allow_registration = True
 | |
| 
 | |
| [ldap:0]
 | |
| host = localhost
 | |
| port = 636
 | |
| use_ssl = True
 | |
| base = ou=groups,dc=example,dc=org
 | |
| search_filter = uid={uid}
 | |
| 
 | |
| # LDAP zerbitzariak gehitu nahi badira...
 | |
| #[ldap:1]
 | |
| #host = localhost
 | |
| #base = ou=People,dc=example,dc=org
 | |
| #search_filter = uid={uid}
 | |
| 
 | |
| [server]
 | |
| server = auto
 | |
| host = localhost
 | |
| port = 8080
 | |
| 
 | |
| [session]
 | |
| type = file
 | |
| expire = 900
 | |
| data_dir = ./session
 | |
| auto = true
 | |
| 
 | |
| [locale]
 | |
| dir = ./locales
 | |
| #default lang
 | |
| lang = en |