Re: [Samba] Samba Server Under Microsoft Windows Network

2013-02-03 Thread Hleb Valoshka
On 2/3/13, Fabian von Romberg fromberg...@hotmail.com wrote: Im running a samba4 server. When I logged onto the server from a XP Machine and then I go to My Network Places - Microsoft Windows Network - Mydomain my samba4 server is not listed. It's well known and documented limitation of

Re: [Samba] generate keytab

2013-01-24 Thread Hleb Valoshka
Please! Don't write into private mail. Thanks. $ Samba-tool user create http-user --random-password $ Samba-tool spn add HTTP/www.nisled.org http-user Okay, you've got user http-user with principals http-u...@nisled.org and HTTP/www.nisled@nisled.org. $ Samba-tool domain exportkeytab

Re: [Samba] ACL on GPO directory does not match expected value from GPO object. AGAIN.

2013-01-10 Thread Hleb Valoshka
On 1/10/13, Alex Matthews qoole.sa...@lillimoth.com wrote: Comparing the two ACLs O:LAG:DUD:P(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;EA)(A;OICIIO;0x001f01ff;;;CO)(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;SY)(A;OICI;0x001200a9;;;AU)(A;OICI;0x001200a9;;;ED)

Re: [Samba] Slow winbind lookups

2013-01-10 Thread Hleb Valoshka
On 1/10/13, Alex Matthews qoole.sa...@lillimoth.com wrote: wbinfo -u takes a long time to return a list of users I guess that if you attach output of strace wbinfo -u or may be even strace -f wbinfo -u you'll find assistance faster :) -- To unsubscribe from this list go to the following URL

Re: [Samba] Samba 4.0.0 - Browseable option don't work

2013-01-07 Thread Hleb Valoshka
On 1/7/13, Bruno Pereira bpere...@ipbrick.com wrote: I configured some shares with the option browseable = No but this share still browseable. server services = ... smb I guess the reason is the ntvfs. Try s3fs. -- To unsubscribe from this list go to the following URL and read the

Re: [Samba] Samba AD DC migration and official packages

2012-12-28 Thread Hleb Valoshka
On 12/28/12, Federico Alberto Sayd fs...@uncu.edu.ar wrote: Release version is in experimental. You can backport it for testing (it's very easy). I do the same but with package files changed a bit to include smbd. It sounds very interesting. Did you just rebuild the packages to use smbd

Re: [Samba] Samba AD DC migration and official packages

2012-12-27 Thread Hleb Valoshka
On 12/27/12, Federico Alberto Sayd fs...@uncu.edu.ar wrote: Now I want to migrate my real installation to Samba4 but my question is about packaging. For now there is not a v4.0 stable Samba package in Debian Wheezy, and I don't want install a rc version. Release version is in experimental.

Re: [Samba] [Samba4] Is VFS working in Samba 4.0.0?

2012-12-21 Thread Hleb Valoshka
On 12/21/12, Kaito Kumashiro kumashiro.ka...@gmail.com wrote: server services = smb, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate, dns You are using ntvfs, use s3fs. server services = -smb +s3fs dcerpc endpoint servers = -winreg -srvsvc see

Re: [Samba] generate keytab

2012-12-20 Thread Hleb Valoshka
On 12/20/12, Clodonil Trigo clodo...@nisled.org wrote: $ samba-tool user add proxy-user $ samba-tool user setexpiry proxy-user -noexpiry $ samba-tool spn add http/proxy-user proxy.nisled.org Find the difference: samba-tool spn add http/proxy.nisled.org proxy-user $ samba-tool domain

[Samba] incorrect gpo acl after sysvolreset (rc6)

2012-12-07 Thread Hleb Valoshka
I'm running rc6, but it's not a clean installation, it's samba3 upgraded to 4.0 in ages of beta2. samba-tool ntacl sysvolcheck dies with message about incorrect acl on gpo, but that acl is set by sysvolreset. lobus@sirius-a:~$ sudo samba-tool ntacl sysvolcheck ERROR(class

Re: [Samba] winbind - samba4

2012-12-05 Thread Hleb Valoshka
On 12/5/12, Clodonil Trigo clodo...@nisled.org wrote: The pipe is in /usr/local/samba/var/run/winbindd. The winbind this working because the wbinfo returns successfully. I think that is something between the centos and the lib's winbind. Yep, I wasn't correct: in Debian one can have the

Re: [Samba] winbind - samba4

2012-12-04 Thread Hleb Valoshka
On 12/4/12, Clodonil Trigo clodo...@nisled.org wrote: I did not think the process of winbind, I believe it is internal to samba. There is no separate winbindd process in samba4. There are several *.so providing this service. I did several test before migrating to the samba3 Samba4 and had

Re: [Samba] winbind - samba4

2012-12-03 Thread Hleb Valoshka
On 12/3/12, Clodonil Trigo clodo...@nisled.org wrote: I am using centos 6.3 and did the migration from samba3 to Samba4. More the getent passwd does not return users. I made the link: ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/libnss_winbind.so ln-s /lib/libnss_winbind.so

Re: [Samba] Samba4 - Bind Config with DHCP

2012-12-02 Thread Hleb Valoshka
On 11/23/12, Joubert, Dawie dawie.joub...@rhdhv.com wrote: My question is thus: How can I make Samba4 update the DNS entries and allow DHCP to update the entries? Somebody should add this link to howto :)

Re: [Samba] S4 Bind vs Internal DNS

2012-11-26 Thread Hleb Valoshka
On 11/26/12, Thomas Simmons twsn...@gmail.com wrote: What are the benefits of using BIND instead of Samba's internal DNS server? You can use additional resource types like SPF or SSHFP. You can use different views for different clients. It's much easier to update zone using good old shared key

Re: [Samba] about samba 4 rc2

2012-10-12 Thread Hleb Valoshka
On 10/12/12, Amaury Viera Hernández avhernan...@uci.cu wrote: Hello, I'm testing samba 4 rc2. i can not find the file /usr/local/samba/private/named.conf Did you choose a type of DNS implementation? RC2 uses internal by default, see https://ftp.samba.org/pub/samba/rc/WHATSNEW-4-0-0rc2.txt --

Re: [Samba] reverse dns zone managed by samba4

2012-09-14 Thread Hleb Valoshka
On 9/13/12, Kai Blin k...@samba.org wrote: While it's possible to create reverse zone in samba4 directory, it's impossible to update it the same way as forward zone. Why? How did you create the zone, how did you try to update it, and what exactly happens? I've found the problem. My order of

[Samba] ntlm_auth returns nothing (4.0beta8)

2012-09-14 Thread Hleb Valoshka
ntlm_auth from samba 3.6: # /usr/local/bin/ntlm_auth --domain=DOMAIN --username=USER --password=PASSWORD Ignoring unknown parameter server role Ignoring unknown parameter server services Ignoring unknown parameter dcerpc endpoint servers NT_STATUS_OK: Success (0x0) ntlm_auth from samba

Re: [Samba] [Announce] Samba 4.0.0rc1 Available for Download

2012-09-13 Thread Hleb Valoshka
On 9/13/12, steve st...@steve-ss.com wrote: Thanks for that but I can't reporovision. Who can? I have 150 linux, xp and w7 clients to support. I simply cannot start from bare metal. To be able to do that I would have to have a reliable backup. Evidently neither the backup scripts in

Re: [Samba] syntax of samba-tool to deal with SRV DNS record

2012-09-12 Thread Hleb Valoshka
On 9/11/12, Alain Foucher a.fouc...@cht.nc wrote: I tried to use the quotes around the data but i got another error message ERROR: Data requires 4 elements - server, port, priority, weight any Idea I suppose you use them incorrectly :) Compare with my yesterday's experiments: samba-tool dns

[Samba] errors in log: Failed to bind to uuid ...@ncalrpc

2012-09-12 Thread Hleb Valoshka
What this entry from from log may mean? [2012/09/10 09:55:01, 0] ../source4/rpc_server/netlogon/dcerpc_netlogon.c:1256(dcesrv_netr_LogonGetCapabilities) ../source4/rpc_server/netlogon/dcerpc_netlogon.c:1256 Bad credentials - error [2012/09/10 09:55:01, 0]

[Samba] reverse dns zone managed by samba4

2012-09-12 Thread Hleb Valoshka
While it's possible to create reverse zone in samba4 directory, it's impossible to update it the same way as forward zone. So my current setup has forward zone stored in AD and reverse one stored in good old flat file. Does any solution exist which allows to store in samba4 AD? -- To

Re: [Samba] syntax of samba-tool to deal with SRV DNS record

2012-08-30 Thread Hleb Valoshka
On 8/30/12, Alain Foucher a.fouc...@cht.nc wrote: i try to use something like : samba-tool dns add smb4 domain.local_http._tcp.domain.local SRV tx4.domain.local 80 1 5 but i get this message Usage: samba-tool dns add server zone name A||PTR|CNAME|NS|MX|SRV|TXT data

Re: [Samba] syntax of samba-tool to deal with SRV DNS record

2012-08-29 Thread Hleb Valoshka
On 8/29/12, Alain Foucher a.fouc...@cht.nc wrote: i'm looking to update some SRV DNS Record , but i didn't find the correct syntax to handle priority, weight and port. from samba-tool output: ERROR: Data requires 4 elements - server, port, priority, weight -- To unsubscribe from this list go

Re: [Samba] Samba4 is it possible to change the IP of a DC?

2012-08-21 Thread Hleb Valoshka
On 8/21/12, steve st...@steve-ss.com wrote: I changed IP of DC but from windows box using administrative tools from 2003. So that should work against a Sama4 DC no? Was that from Active Yes, it was Samba (4.0 beta2). Directory Users and Computers? I had a quick look there but couldn't find

[Samba] Samba4 is it possible to change the IP of a DC?

2012-08-20 Thread Hleb Valoshka
I changed IP of DC but from windows box using administrative tools from 2003. -- http://375gnu.wordpress.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba