01-29-2010 04:58 PM
14:43:36,906 DEBUG [org.alfresco.smb.protocol.auth] Logged on using principal CIFS/dev-alfresco.my.host@MY.REALM
14:43:36,906 DEBUG [org.alfresco.smb.protocol.auth] Enabling mechTypes :-
14:43:36,906 DEBUG [org.alfresco.smb.protocol.auth] Kerberos5
14:43:36,906 DEBUG [org.alfresco.smb.protocol.auth] MS-Kerberos5
14:43:36,911 INFO [org.alfresco.fileserver] CIFS server started
14:46:54,009 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
Attempt to use non SSO-enabled authentication component for SSO
02-01-2010 03:19 AM
02-01-2010 02:54 PM
kerberos.authentication.realm=REALM.NAU.EDU
kerberos.authentication.user.configEntryName=Alfresco
kerberos.authentication.defaultAdministratorUserNames=
kerberos.authentication.cifs.configEntryName=AlfrescoCIFS
kerberos.authentication.cifs.password=nothing
kerberos.authentication.authenticateCIFS=true
Alfresco {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
AlfrescoCIFS {
com.sun.security.auth.module.Krb5LoginModule required
debug=true
storeKey=true
useKeyTab=true
keyTab="/opt/alfresco/krb/srv_AlfrescoCIFS_DEV.KEYTAB"
principal="CIFS/server.nau.edu";
};
AlfrescoHTTP {
com.sun.security.auth.module.Krb5LoginModule required
storeKey=true
useKeyTab=true
keyTab="/opt/alfresco/krb/srv_AlfrescoHTTP_DEV.KEYTAB"
principal="HTTP/server.nau.edu";
};
com.sun.net.ssl.client {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
other {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
default_realm = REALM.NAU.EDU
default_tkt_enctypes = DES-CBC-MD5
default_tgs_enctypes = DES-CBC-MD5
[realms]
NAU.FROOT.NAU.EDU = {
kdc = server.nau.edu
admin_server = server.nau.edu
}
[domain_realm]
server.nau.edu = REALM.NAU.EDU
.server.nau.edu = REALM.NAU.EDU
02-02-2010 05:21 AM
02-03-2010 03:29 PM
02-03-2010 05:55 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.