Hello, I'm trying to configure a CIFS-Proxy. My configuration is: [global] workgroup = MYDOM server role = member server realm = MYDOM.NET netbios name = FS01 server services = +smb +s3fs dcerpc endpoint servers = +winreg +srvsvc [test] ntvfs handler = cifs cifs:server = 192.168.1.10 cifs:share = projects$ but in logfile I ever get following message: [2014/10/01 17:04:05.929403, 0] ../source3/param/loadparm.c:2377(service_ok) WARNING: No path in service test - making it unavailable! [2014/10/01 17:04:06.146723, 0] ../lib/util/become_daemon.c:136(daemon_ready) It is samba 4.1.12, the packages are from Sernet. Do I need to compile my binaries on my own, if so, what compiling options I must use? Thanks Meike Btw: Is there anywhere a HOWTO for configuring a CIFS-Proxy?
2014-10-01 17:22 GMT+02:00 Meike Stone <meike.stone at googlemail.com>:> Hello, > > I'm trying to configure a CIFS-Proxy. My configuration is: > > [global] > workgroup = MYDOM > server role = member server > realm = MYDOM.NET > netbios name = FS01 > server services = +smb +s3fs > dcerpc endpoint servers = +winreg +srvsvcsorry, I used server services = +smb -s3fs> > > [test] > ntvfs handler = cifs > cifs:server = 192.168.1.10 > cifs:share = projects$ > > but in logfile I ever get following message: > > [2014/10/01 17:04:05.929403, 0] ../source3/param/loadparm.c:2377(service_ok) > WARNING: No path in service test - making it unavailable! > [2014/10/01 17:04:06.146723, 0] ../lib/util/become_daemon.c:136(daemon_ready) > > It is samba 4.1.12, the packages are from Sernet. > > Do I need to compile my binaries on my own, if so, > what compiling options I must use?or is there any mistake, can I debug this problem? Thanks Meike
On 01/10/14 16:22, Meike Stone wrote:> Hello, > > I'm trying to configure a CIFS-Proxy. My configuration is: > > [global] > workgroup = MYDOM > server role = member server > realm = MYDOM.NET > netbios name = FS01 > server services = +smb +s3fs > dcerpc endpoint servers = +winreg +srvsvc > > > [test] > ntvfs handler = cifs > cifs:server = 192.168.1.10 > cifs:share = projects$ > > but in logfile I ever get following message: > > [2014/10/01 17:04:05.929403, 0] ../source3/param/loadparm.c:2377(service_ok) > WARNING: No path in service test - making it unavailable! > [2014/10/01 17:04:06.146723, 0] ../lib/util/become_daemon.c:136(daemon_ready) > > It is samba 4.1.12, the packages are from Sernet. > > Do I need to compile my binaries on my own, if so, > what compiling options I must use? > > Thanks Meike > > Btw: Is there anywhere a HOWTO for configuring a CIFS-Proxy?Hi, did you provision your samba4 server as a member server ? if not, did you write the smb.conf yourself ? Rowland
Hi you all I? getting the following error when trying to upgrade a samba 3 to 4 ldap_connect_system: Binding to ldap server ldap://10.21.28.229 as "cn=administrator,dc=espmg,dc=lan" failed to bind to server ldap://10.21.28.229 with dn="cn=administrator,dc=espmg,dc=lan" Error: Invalid credentials (unknown) Connection to LDAP server failed for the 1 try! smb_ldap_setup_connection: ldap://10.21.28.229 smbldap_open_connection: connection opened ldap_connect_system: Binding to ldap server ldap://10.21.28.229 as "cn=administrator,dc=espmg,dc=lan" failed to bind to server ldap://10.21.28.229 with dn="cn=administrator,dc=espmg,dc=lan" Error: Invalid credentials I can connect to ldap sucessfully using this command ldapsearch -x -h localhost -Dcn=administrator,dc=espmg,dc=lan ou=Usuarios -w XXXXXXXXXX Which password is samba-tool domain classicupgrade trying to use ? I've got no samba instance running on this server TIA Miranda