8 lines
		
	
	
		
			226 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			226 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php # -*- coding: utf-8 mode: php -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
 | |
| return array_merge(require __DIR__.'/ldap_localhost_389.ldaphost',
 | |
| [
 | |
|   'binddn' => 'cn=admin,dc=univ-reunion,dc=fr',
 | |
|   'password' => 'admin',
 | |
| ]
 | |
| );
 |