09-22-2010 05:37 AM
11:20:21,866 INFO [org.alfresco.fileserver] CIFS server NOT started
11:20:21,868 INFO [org.alfresco.fileserver] FTP server started
11:20:21,868 INFO [org.alfresco.fileserver] NFS server NOT started
11:20:21,963 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
09-22-2010 07:07 AM
09-22-2010 08:53 AM
authentication.chain=kerberos1:kerberos,ldap-ad1:ldap-ad,alfrescoNtlm1:alfrescoNtlm
kerberos.authentication.realm=DOMAIN.LOCAL
kerberos.authentication.sso.enabled=true
kerberos.authentication.authenticateCIFS=true
kerberos.authentication.user.configEntryName=Alfresco
kerberos.authentication.defaultAdministratorUserNames=admin
kerberos.authentication.cifs.configEntryName=AlfrescoCIFS
kerberos.authentication.cifs.password=***
kerberos.authentication.http.configEntryName=AlfrescoHTTP
kerberos.authentication.http.password=***
kerberos.authentication.defaultAdministratorUserNames=admin
kerberos.authentication.browser.ticketLogons=true
ldap-ad-authentication.properties
ldap.authentication.active=true
ldap.authentication.allowGuestLogin=false
ldap.authentication.userNameFormat=uid\=%s,dc\=domain,dc\=local
ldap.authentication.java.naming.provider.url=ldap://192.168.1.13:389
ldap.authentication.java.naming.security.authentication=SIMPLE
ldap.authentication.java.naming.security.principal=ldapsync@domain.local
ldap.authentication.java.naming.security.credentials=***
alfresco-authentication.properties
alfresco.authentication.sso.enabled=false
alfresco.authentication.allowGuestLogin=false
alfresco.authentication.authenticateCIFS=false
### CIFS Server Configuration ###
cifs.enabled=true
cifs.serverName=alf.domain.local
cifs.domain=DOMAIN.LOCAL
cifs.hostannounce=true
# properties for non-Windows servers with Java-based SMB implementation
# Specifies the broadcast mask for the network.
#cifs.broadcast=
# Specifies the network adapter to bind to. If not specified the server will bind to all available adapters/addresses.
cifs.bindto=192.168.1.127
# Controls the port used to listen for the SMB over TCP/IP protocol (or native SMB), supported by Win2000 and above clients. The default port is 445.
#cifs.tcpipSMB.port=
# Enables the use of IP v6 in addition to IP v4 for native SMB. When true, the server will listen for incoming connections on IPv6 and IPv4 sockets.
#cifs.ipv6.enabled=false
# Controls the NetBIOS name server port to listen on. The default is 137.
#cifs.netBIOSSMB.namePort=
# Controls the NetBIOS datagram port. The default is 138.
#cifs.netBIOSSMB.datagramPort=
# Controls the NetBIOS session port to listen on for incoming session requests. The default is 139.
#cifs.netBIOSSMB.sessionPort=
# Disables the new NIO based CIFS server code and reverts to using the older socket based code.
#cifs.disableNIO=false
# Optional WINS server primary and secondary IP addresses. Ignored if autoDetectEnabled=true
cifs.WINS.autoDetectEnabled=true
cifs.WINS.primary=192.168.1.13
cifs.WINS.secondary=192.168.1.4
### FTP Server Configuration ###
ftp.enabled=true
ftp.port=21
ftp.ipv6.enabled=false
# FTP data port range, a value of 0:0 disables the data port range and will use the next available port
# Valid range is 1024-65535
ftp.dataPortFrom=0
ftp.dataPortTo=0
also tried default cifs.serverName=${localname}A
, without success
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
default_realm = DOMAIN.LOCAL
default_tkt_enctypes = rc4-hmac
default_tgs_enctypes = rc4-hmac
dns_lookup_realm = false
dns_lookup_kdc = false
ticket_lifetime = 24h
forwardable = yes
[realms]
TECH.WTG = {
kdc = dc1.domain.local:88
admin_server = dc1.domain.local:749
default_domain = domain.local
}
[domain_realm]
dc1.domain.local = DOMAIN.LOCAL
.dc1.domain.local = DOMAIN.LOCAL
[appdefaults]
pam = {
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}
09-22-2010 10:34 AM
cifs.enabled=true
16:44:43,605 ERROR [org.alfresco.fileserver] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Address already in use
16:44:43,605 ERROR [org.alfresco.fileserver] org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Address already in use
16:44:43,605 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.nio.NIOCifsConnectionsHandler.initializeHandler(NIOCifsConnectionsHandler.java:259)
16:44:43,606 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.SMBServer.run(SMBServer.java:472)
16:44:43,606 ERROR [org.alfresco.fileserver] at java.lang.Thread.run(Thread.java:619)
[org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
09-23-2010 04:44 AM
09-28-2010 04:31 AM
Just little minor error:
Code: Select all
[org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
Will be caused by some typo somewhere…
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.