mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			609 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			609 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LoadModule auth_gssapi_module modules/mod_auth_gssapi.so
 | |
| 
 | |
| ## example, see mod_auth_gssapi README for more options
 | |
| #<Directory "/var/www/private">
 | |
| #	AuthType GSSAPI
 | |
| #	AuthName "GSSAPI Single Sign On Login"
 | |
| #	GssapiCredStore keytab:/etc/apache2/krb5.keytab
 | |
| #	Require valid-user
 | |
| #	GssapiBasicAuth			On
 | |
| #	GssapiAllowedMech		krb5
 | |
| #	GssapiNegotiateOnce		On
 | |
| #	GssapiLocalName			On
 | |
| #	GssapiUseSessions		On
 | |
| #	GssapiDelegCcacheDir		/run/httpd/clientcaches
 | |
| #	GssapiPublishErrors		On
 | |
| #	GssapiAcceptorName		HTTP@{HOSTNAME}
 | |
| ## See http://www.jfcarter.net/~jimc/documents/bugfix/41-auth-kerb.html for details
 | |
| #</Directory>
 | |
| 
 |