Allow users to change their own password, but nothing else (no search, no read, no write) This will only run when setting up the 389-dirsrv instance for the first time, this has been applied on barnard by editing the dn (see #128 (comment)) Closes #128
		
			
				
	
	
		
			16 lines
		
	
	
		
			368 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			368 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| name 'kosmos-dirsrv'
 | |
| maintainer 'Kosmos Developers'
 | |
| maintainer_email 'mail@kosmos.org'
 | |
| license 'MIT'
 | |
| description 'Installs/Configures 389 Directory Server'
 | |
| long_description 'Installs/Configures 389 Directory Server'
 | |
| version '0.1.2'
 | |
| chef_version '>= 14.0'
 | |
| 
 | |
| depends "firewall"
 | |
| depends "apt"
 | |
| depends "ulimit"
 | |
| depends "backup"
 | |
| depends "kosmos-nginx"
 | |
| depends "kosmos-base"
 |