[Samba] tree connect failed: NT_STATUS_ACCESS_DENIED

2009-08-24 Thread Gabriel Petrescu
hi:) for an unkonow reason the users are not able to connect to samba. samba member of domain, ads security. no changes on samba side. if i run: smbclient -U% -L ip Domain=[INT] OS=[Unix] Server=[Samba 3.0.28a] tree connect failed: NT_STATUS_ACCESS_DENIED all the other commands are ok:

[Samba] winbind error..or else

2009-08-21 Thread Gabriel Petrescu
HI, After a quite long period wehere samba was wroking well, sudenly, with an apparently good reason started do not work. This mean the user are not able to connect to server, to samba shares. this is something i could find in logs. I google it for something like: [2009/08/21 13:59:16, 0]

Re: [Samba] wbinfo returns no domain users

2009-08-06 Thread Gabriel Petrescu
hi:) check your steps with this tutorial: http://www.aliencgi.com/Active-Directory/16/ when you installed the kerberos packages did you get a blue window where you entered the ad server, the realm? Gabi a great photo story about Dracula's Castle:

Re: [Samba] winbind and getent

2009-07-31 Thread Gabriel Petrescu
My status is: it's working: smbd -b |egrep 'KRB|LDAP' # Shows Samba has needed Libs. Time must be (i think) within 15 min between kdc and client net ads info # Show AD info including time date # Check time on local host Test if the client has been joined to the

Re: [Samba] winbind and getent

2009-07-30 Thread Gabriel Petrescu
hi:) in my case it's working: wbinfo Shows winbind is doing lookups from ADS wbinfo -u wbinfo -g wbinfo -a mydomain+myuser%mypassword and i get an error here: kinit tests kinit(v5): Client not found in Kerberos database while getting initial credentials any advice here? gabi On

Re: [Samba] winbind and getent

2009-07-30 Thread Gabriel Petrescu
-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] On Behalf Of Gabriel Petrescu Sent: Thursday, July 30, 2009 8:39 AM To: John Stile Cc: samba@lists.samba.org Subject: Re: [Samba] winbind and getent hi:) in my case it's working: wbinfo Shows winbind is doing lookups from ADS

Re: [Samba] winbind and getent

2009-07-29 Thread Gabriel Petrescu
i had the same problem with samba 3.0.28a on ubuntu and nobody could answer me what's worng... so.. if you find a solution, please let me know. i have no resolution.. gabi On Wed, Jul 29, 2009 at 1:33 PM, tsgtsg.sa...@gmail.com wrote: Hi, I have a samba share on centos5 that uses AD

Re: [Samba] winbind and getent

2009-07-29 Thread Gabriel Petrescu
based on all the info i found: books and how to's if you have a samba server member of the domain you don't need ldap / openldap. you need samba, samba-common, winbind add samba server to domain and authentificate user / groups from domain. i wanted to one samba share to be accesible to only

[Samba] authentication issue: not reading user

2009-07-22 Thread Gabriel Petrescu
hi :) I've got the following in logs: libsmb/ntlmssp.c:ntlmssp_server_auth(739) Got user=[] domain=[] workstation=[GABIP] len1=1 len2=0 dows it had sens? I try to make a folder to be accesible by a AD domain. Any hints? Thank you:) Gabi -- To unsubscribe from this list go to the

Re: [Samba] authentication issue: not reading user

2009-07-22 Thread Gabriel Petrescu
my issue is that is requeste user / pass but i am not autheticathed. can you help me how to fix it? thanks Gabi On Wed, Jul 22, 2009 at 2:17 PM, Volker Lendeckevolker.lende...@sernet.de wrote: On Wed, Jul 22, 2009 at 02:08:46PM +0300, Gabriel Petrescu wrote: hi :) I've got the following

[Samba] nsswitch issue

2009-07-13 Thread Gabriel Petrescu
Hi:) If I run the command: getent group or getent passwd the result is usernma or goup instead of domain\username or domain\group do you have any clue about what's wrong? Thanks:) Gabi -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Active Directory Integration Problems

2009-07-10 Thread Gabriel Petrescu
HI:) what permission you used for the folder: /home/CHE-shares/faculty ? Thanks:) Gabi On Fri, Jul 10, 2009 at 12:20 AM, gregorcybrian.grego...@utah.edu wrote: [test]        path = /home/2CP/darmstrong        valid users = 2CP\darmstrong,2CP\buexec,2CP\test,itadmin        write list =

[Samba] samba member of domain, user authenticated from AD

2009-07-09 Thread Gabriel Petrescu
Hi, I have a samba server which should be part of domain, and have a one share accesibile by a group from AD. How can this done? I tried to put samba in domaine, comunicate with AD but i cpuldn't make the AD users to autehniticate and access the share. I am using ubuntu, and despite of several

[Samba] a website shared in samba

2009-07-03 Thread Gabriel Petrescu
HI! I want to make a websiet folder (apache2) to be shared (read write) with samba and samba to be parte of AD. The windows users are part of AD. Until now I managed to: install and configure samba to be part of AD, all the test comands are working well. for unknown reasons I can not login on

[Samba] share folder accessible for domain group

2009-07-02 Thread Gabriel Petrescu
Hi :) To have a shared folder to be accesible only by an AD group what should I do? I installed, samba, put it in domain. I get good ansers at: wbinfo -u wbinfo -g getent.. but i can not authenticate using an AD group. any advices? Thank you:) Gabi -- To unsubscribe from this list go to

[Samba] group access to a share

2009-07-01 Thread Gabriel Petrescu
HI! I managed to add a samaba to a AD. Now I want as a share to be accesible only to marketing guys. I made added the following lines in smb.conf and restarted. [MarketingFiles] path = /var/www/mywebsite/ read only = no create mask = 0777 directory mask = 0777 valid

[Samba] ubuntu, samba and users autheticated over AD

2009-06-22 Thread Gabriel Petrescu
Hi:) I try to make an ubuntu with samba to authenticate users from AD. samba, krb5 installed. smb.conf - no errors krb5.conf - no errors it's workig: kinit klist i can see the shares from AD I added the linux samba server in domain: kinit gabr...@mydomain.local net ads join -U

Re: [Samba] ubuntu, samba and users autheticated over AD

2009-06-22 Thread Gabriel Petrescu
hy:) As i a first conclusion, there are several issues: - to make samba to authenticate users agains a AD there are several how to's based on the linux distribution there are different packages which need to be installed. also the settings are different based on how to. one of my main

Re: [Samba] fixed delay logging onto Samba3.3 from Vista Business

2009-06-22 Thread Gabriel Petrescu
Abey, it seems you managed something I am seraching for.. how you made the authentication samba / domain? i've got some errors and I didn't managed to add the samba server into domain.. Gabi On Mon, Jun 22, 2009 at 6:53 PM, Abey Thomas abe...@gmail.com wrote: Hi all, I was wondering if