0
votes
0answers
12 views

Active Directory RealmFlags trust for delegation

I have a setup with a Samba4 AD server. I want to mark my AD as trusted for delegation. So when logging in via putty to my linux server I want the kerberos ticket to be delegated. What I have now is ...
0
votes
0answers
50 views

Samba4: external authentication [closed]

From what I understand, Samba4 cannot use external LDAP servers. That's too bad; I have zero experience, but the thought of using OpenLDAP's back-shell and back-perl in order to authenticate against ...
0
votes
0answers
58 views

Substitute AD DC samba4 Seize Roles

I have a AD DC made with samba4 working with fails, now i need replace, i'v compiled and installed samba4.0.3 in other server # kinit administrator@MYNAME.COM.CO # net join -U Administrator # ...
1
vote
1answer
103 views

CentOS 6 Unable to Resolve One AD Account

I have a problem that has got me going round in circles. We have 14 Centos 6 AD integrated servers using Samba/Winbind with idmap_ad (security = ads, idmap backend = ad), this setup is running ...
1
vote
1answer
45 views

Add attribute through commandline in Active Directory

I am migrating from OpenLDAP to Active Directory (Samba4). I was wondering if there is a commandline command (in windows commandprompt or powershell) to add Attributes to the Active Directory Schema. ...
0
votes
0answers
67 views

access to samba share, authenticating via PAM

I would like to access an authenticated samba share -- but the authentication needs to go though PAM and then though LDAP (Active Directory), as suggested in another question. The linux box is not ...
0
votes
1answer
306 views

Samba/Winbind: adding domain users to local groups based on domain group

I have a Redhat ES 6 server that's successfully joined to a domain via Winbind (i.e. I can login to the Redhat server using domain credentials with no issues). What I'm looking to do at this point is ...
0
votes
4answers
88 views

Samba Winbind User Resolution

We have successfully deployed AD authentication using Samba and Winbind (idmap_ad) across six Centos 6 servers and have been running happily for a few months now. One of the servers has stopped ...
0
votes
0answers
138 views

Samba ignoring secondary group membership after upgrade - can I get this functionality back?

My samba server was running CentOS 5.6 32bit and samba 3.0.33. I upgraded the OS to CentOS 6.3 64bit and samba 3.5.10. After the upgrade I replaced /etc/passwd (& shadow), /etc/group and ...
0
votes
0answers
212 views

Two-way Trust relationship between Samba 3 and AD 2008 R2

Did somebody already make a two-way trust relationship between Samba 3 and AD ? I've got Samba 3.5 domain (ES02) controller and AD 2008 R2 domain (ES01) controller. Trust domain seems to be ok: ...
0
votes
1answer
600 views

How to use Active Directory's homeDirectory attribute for Samba?

I currently have a Samba share setup where I would like to share Unix folders with Windows users, with Active directory as the backend. I see that there is an attribute called homeDirectory in Active ...
1
vote
0answers
76 views

Winbind info shows local users that do not exist

I am setting up Samba on a Linux machine running CentOS 6 (called localhost, and the AD computer I am connecting to is dc.companyname.com), and I have done everything successfully, except when I type ...
2
votes
1answer
112 views

Authentication failure unless the user account is locked in AD

Have you ever seen authentication failure happening consistently, unless the offending user account is locked in AD? I am entering my credentials to access a network share that I have authorisation ...
0
votes
0answers
301 views

Samba4 Ad getent and netlogon stopped working after move

I'm having problems to migrate a samba AD to other machine. My current machine has died the hard disk is too many damage to restore and i cant clone the partition with dd. anyway i have a copy of ...
0
votes
0answers
303 views

How to Migrate PDC AD Samba4 to PDC AD Samba4

I have a server with CentOS and Samba4 working as a DC. I need migrate all configuration to a new server original server CentOS 5.8 with Samba Version 4.0.0alpha14 new server Ubuntu 12.04 with Samba ...
0
votes
1answer
247 views

Variables are not expanded in smb.conf when using Samba 4

I'm using Samba 4.0.0beta2 on Debian Wheezy as Active Directory domain controller. I also use winbind in my /etc/nsswitch.conf so getent passwd returns domain users. I've set template homedir = ...
1
vote
1answer
193 views

Can a Windows machine authenticate against Samba with Kerberos when users are stored in AD?

I understand the title is probably less clear that it should be, but I couldn't think of anything better. We have two domains, let's call them example.com and subnet.example.com. The former is ...
0
votes
0answers
617 views

Samba4/Ubuntu Shares Incorrectly Available to All Users

I've got my Ubuntu server working with Samba4 and got it set up as the Primary domain controller on my network with AD and all that goodness. However, I'm trying to get my Samba configuration to work ...
0
votes
2answers
79 views

Logging into Linux server gives users 'domain users' for default group can it be changed?

I recently attached a RHEL 5 test box to our active directory server to try and get all of our users to not have to remember so many passowrds. I'm using winbind and samba and everything seems to be ...
4
votes
2answers
619 views

Active directory integration not working properly with winbind and samba

I'm trying to get my linux box to use active directory authentication. I believe I have almost everything setup correctly. I'm able to issue wbinfo -g and wbinfo -u and see all the groups and users ...
0
votes
0answers
645 views

Samba4 / SoGo can't join domain as additional DC

I have a win2k server server2000.zagames.zag.com.au as a PDC and I've added a SoGo ZEG appliance (ver 2.0.0b5) to the LAN. When I try to join the SoGo samba4 server to the domain I get errors. Do I ...
0
votes
1answer
594 views

Changing Active Directory password over LDAP using passwd/ldappasswd/Samba

I am trying to change the Active Directory (on a Windows 2008 server) from a CentOS 6.2 machine over openLDAP. I have tried passwd, ldappasswd and trying to see if I can do it with Samba without the ...
0
votes
0answers
53 views

Linux id mappings are not synched?

I have some new dual boot client machines that I just installed Scientific Linux 6.2 on. I want to connect the /home directory to an existing (and working) NFS server that has other clients on it ...
4
votes
1answer
500 views

Import Active Directory users into Unix/Linux/FreeBSD group

I need to have FreeBSD 8.2 RELEASE p9 (running FreeNAS) import or associate Active Directory users (or Security Group) with a Unix/FreeBSD group. This way I can use FreeBSD group(s) security on a ...
3
votes
1answer
364 views

Samba/Winbind issues joing to Active directory domain

I'm currently in the process of setting up winbind/samba and getting a few issues. I can test connectivity with wbinfo fine: [root@buildmirror ~]# wbinfo -u hostname username administrator guest ...
2
votes
0answers
149 views

How do I print, identified as an AD user, from an Ubuntu client to a Windows print server?

I know my question may be confusing, so I'll clarify. I'm an admin at a school and am setting up the labs to use Ubuntu (12.04). Users already can authenticate against Active Directory (currently ...
2
votes
1answer
110 views

Samba - user auth against AD and local passdb

I have only a short question. Is it possible to set up a samba server, who's able to authenticate some users against Active Directory and some users against a local passdb file? We want to exchange ...
3
votes
1answer
100 views

Samba capabilities & functionality

The company that I work for wishes to replace its windows servers with new linux servers but wants to keep Windows on employee desktops. The requirements are: The employee desktops should be able to ...
1
vote
3answers
214 views

Is Samba good for anything in a pure Unix/Linux network?

I'm learning for the LPIC exam which includes a section about Samba. I'm asking myself, whether there is any meaningful or useful application for Samba in a pure Unix/Linux network without any Windows ...
1
vote
2answers
198 views

ldap samba user access issue

I have a samba share that is on the LAN. It is auth'd via ldap. Users access file system via ad windows shares. There are shortcuts in directories that point to dir's on samba. Typically a user will ...
1
vote
2answers
1k views

Windows 7 cannot join samba domain

I have a 3.5.6 samba server with a LDAP backend (both on Debian 6.0). I've been successfully adding Windows XP machines to the domain for years. I now try to add Windows 7. I have made the recommended ...
2
votes
1answer
300 views

Parallels ignoring added registry DWORD values?

I'm attempting to join a Win7 Pro machine running on lion through Parallels 7 to Parallels is set to use briged ethernet adapter, DNS has been set to our internal servers, can ping the domain ...
1
vote
1answer
578 views

An Active Directory Domain Controller for This Domain Could Not be Contacted with windows 7 laptop

I have server running Zentyal. And I have a problem with joining my domain. The problem exists with only my laptop. I've tried some other PC's and they successfully join the domain. All the machines ...
2
votes
1answer
232 views

Samba share, local group, AD users

I have a Debian 6 system running Samba 3.5.6 that has been successfully set up to authenticate against an Active Directory domain (via SSH that is). I have a directory (let's call it /foo) that I want ...
0
votes
1answer
69 views

Keep access to Samba share when link to Active Directory is off

my architecture is like that : a deported active directory server with replica a local network with Windows XP clients in Active Directory Domain a local Samba server member of the domain in samba ...
6
votes
2answers
492 views

How do Active Directory domain joined computers (native MS Windows or Linux with winbind) determine the closest password server?

How do Active Directory domain joined computers (native MS Windows or Linux with winbind) determine the closest password server? This question implies a cluster with 2+ Active Directory servers in ...
2
votes
1answer
189 views

Bringing Linux Accounts in Active Directory

I'm trying to centralize user login information via Active Directory. Currently I have AD running on Server 2008 R2. I do have Identity Management for UNIX installed on it. I also have a few Linux ...
0
votes
1answer
127 views

Authenticating Samba share with AD OU

I'm wanting to link Samba to Active Directory so that I can apply permissions to a share respective to the OU that windows user belongs to. Im not entirely sure of where to start, I've currently just ...
0
votes
1answer
282 views

Samba authentication when AD is down?

I have succesfully added my Freebsd 9 to a Windows server 2008 R2 AD Domain. Using samba 3.6. The problem is that i want to be able to connect to the shares when the AD server is down. Because the ...
2
votes
1answer
947 views

How to debug the integration of a Windows 7 machine into a Samba 3 domain?

We are running a Samba 3 domain (Samba 3.5.6) with a LDAP backend. Lately, we installed Windows 7 on a virtual machine (called schnellwienix) and joined the computer to the domain, following the hints ...
1
vote
1answer
785 views

squid3 auth thru samba using ntlm to AD doesn't work

some users here are spending to much time exploring the WWW. So big boss whats to get this under control. We use a squid3 just for some security reason and chace benefits. and now i'm trying to set ...
0
votes
1answer
449 views

Centos: creating new ADS samba share

I followed several guides to set up samba sharing on our domain. I've got it working where I can join the domain, list the shares, and connect to the samba share from windows. When I connect from ...
0
votes
1answer
576 views

Samba with active directory groups with special character

I've got a problems with Samba and Active Directory groups which contains special character like '@' ' ' (space). For example, I've got a group which name is : 'name.surname ...
0
votes
0answers
321 views

Fedora join to AD DS (svr 2008): NT_STATUS_INVALID_COMPUTER_NAME

I have been attempting to join my Fedora machine to my 2008 AD DS domain (testdomain.lcl) for some time now. I have followed this article: http://weblog.bignerdranch.com/?p=6 But with no luck. I ...
3
votes
1answer
753 views

Windows clients unable to access Samba share on AD joined Linux box every 7 days

The problem: Every 7 days, 2 Windows Servers are unable to access a SMB/CIFS share. It will start working after a handful of hours. The environment: OpenFiler Linux box joined to 2003 AD Domain ...
1
vote
2answers
91 views

joining domain - store password and avoid prompting password

While joining a domain from a linux machine , I give this command: net rpc join member -U Administrator. Now, the above command prompts for (Administrator) password. Now, I wish to store the password ...
3
votes
2answers
654 views

Grant Samba share permission to AD computer accounts

I'm running Samba 3.4.7 with Likewise Open 6.0.0.8388 on Ubuntu 10.04 Server x64. This server is joined to a domain (functional level 2003) run by 2008R2 domain controllers. In a Windows server, I can ...
0
votes
1answer
2k views

How do I allow all members of a domain to login remotely to a Windows XP Machine?

I have a Samba server acting as a PDC. All of my users can login locally to any machine on the network with their Samba userID. The problem is, when a user tries to use remote desktop to access a ...
0
votes
1answer
213 views

Samba Reporting the Wrong Domain Name

I have a new Samba install, but it is using a config file from a previous installation of samba. This one is 3.5.6 The following is an excerpt from the config: [global] workgroup = hum ...
2
votes
1answer
2k views

Windows 7 Client attached to a domain connecting to a Samba 3.5.2 Server

We're in a mixed Unix (AIX in this Samba case) and Windows domain environment. Part of what our goal to do this year is to upgrade from XP to Windows 7. While testing, we discovered that we couldn't ...

1 2