similar to: Logging into linux machine using AD account?

Displaying 20 results from an estimated 1000 matches similar to: "Logging into linux machine using AD account?"

2005 Sep 15
1
SSO Samba/AD integration
OK, I'm certain that this topic has been beat to death, but I need some assistance. I am trying to migrate to a SSO for the majority of our workstations and servers within our organization. I am currently trying to integrate a Gentoo Linux workstation to authenticate to the AD server. Once I get the process nailed down, I'll be moving on to bigger and better things... Prior to
2006 Dec 08
2
Shares mount on linux but not windows?
Curious. I have a gentoo server running 3.0.23d that simply serves out shares. It is a domain member, but not a pdc. From another linux server, I can mount up shares without a hitch. But from a windows box, I keep getting prompted for credentials. I am not seeing anything substantial in the logs. SMB.CONF -------- [global] workgroup = UNICITY realm = MYREALM.MYDOMAIN.COM
2006 Dec 01
2
Removing display of domain
Greetings. I am running Samba 3.0.23d on Gentoo and am in the process of joining it to the AD domain as I have done with numerous other servers. The last item that I am working on that is bugging the crud out of me is that I have "winbind use default domain = yes", but when using wbinfo -[u|g] or getent [passwd|group] I still see the domain portion of the user/group account listed.
2007 Dec 18
0
Samba-Active Directory only returns default group
I have a RHEL 4.6 server with the Red Hat supplied Samba 3.0.25b-1.el4_6.4 packages (samba, samba-client, samba-common) installed. I was able to bind this server to our Active Directory forest but when I run "groups username" all I get is "username : domain users" despite the fact our users are members of multiple groups in our AD domain. However I can chgrp files/directories
2015 Jan 17
0
Administrators SID is invalid.
On 17/01/15 14:39, Carlo wrote: > >>>>>>>>>>>> I've got a samba 4.2 DC, which has worked well for about a >>>>>>>>>>>> month >>>>>>>>>>>> now. It >>>>>>>>>>>> still works for all users except "Administrator".
2015 Jan 18
0
Administrators SID is invalid.
On 18/01/15 18:10, Carlo wrote: > Il 17/01/15 17:10, Rowland Penny ha scritto: >> On 17/01/15 14:39, Carlo wrote: >>> >>>>>>>>>>>>>> I've got a samba 4.2 DC, which has worked well for about >>>>>>>>>>>>>> a month >>>>>>>>>>>>>> now. It
2015 Jan 17
4
Administrators SID is invalid.
>>>>>>>>>>> I've got a samba 4.2 DC, which has worked well for about a month >>>>>>>>>>> now. It >>>>>>>>>>> still works for all users except "Administrator". >>>>>>>>>>> >>>>>>>>>>> If I login to a Windows box with the
2015 Jan 19
1
Administrators SID is invalid.
On 18/01/15 18:27, Rowland Penny wrote: > On 18/01/15 18:10, Carlo wrote: >> Il 17/01/15 17:10, Rowland Penny ha scritto: >>> On 17/01/15 14:39, Carlo wrote: >>>> >>>>>>>>>>>>>>> I've got a samba 4.2 DC, which has worked well for about >>>>>>>>>>>>>>> a month
2015 Jan 18
2
Administrators SID is invalid.
Il 17/01/15 17:10, Rowland Penny ha scritto: > On 17/01/15 14:39, Carlo wrote: >> >>>>>>>>>>>>> I've got a samba 4.2 DC, which has worked well for about a month >>>>>>>>>>>>> now. It >>>>>>>>>>>>> still works for all users except "Administrator".
2004 Jun 09
1
RES: authentification in ads2003
I also have made this configuration working with w2k, the problem is related do enc-types used by w2k3. I have seen a lot of people complaining about the same issue. Can the samba gurus help the community ??? What are the right configuration to put a Samba 3.0.x working as a Active Directory 2003 member and be accessible through \\<samba name>\<share name> ?! Please Jerry Carter,
2010 Apr 21
0
Winbind - DUAL_SID2UID empty domain?
I am having a strange problem that I thought someone might be help resolve. I am using Samba 3.4.7 at the moment, but I've had the same issue with Samba 3.4.6 and Samba 3.5.2. NOTE: Domain, hostnames, usernames and SIDs have been changed to protect the guilty. I am seeing an unable to successfully execute a variety of lookups from wbinfo and I think this is the underlying cause of some
2012 Feb 06
3
Script to automatically update externip. Useful for a host with dynamic public IP
#!/bin/bash # checksetexternip.sh # Author: John Cahill email at johncahill.net # Licence: GPL v3 # Description: script that queries checkip.dyndns.com to find the server's external IP address. Updates asterisk's externip value and does a sip reload if necessary. # Last modified 06/02/2012 is_ip(){ input=$1 octet1=$(echo $input | cut -d "." -f1) octet2=$(echo $input
2004 Jun 05
1
samba 3.0.4 and AD authentication
Hi, I installed MIT krberos, latest version BerkeleyDB version 4.2.52 OpenLDAP version 2.1.30 and SAMBA 3.0.4 with the following options: ./configure --with-ldap --with-ads --with-winbind --with-krb5 --with-pam --with-pam_smbpass I am trying to authenticate against our win2k AD but I can't seem to be able to get a list of users in AD by "wbinfo -u," it only shows the users in our
2016 Jul 04
2
winbind idmap_ad rfc2037 can't read UIdnumber
Hi samba team ! I try to resolve for hours a problem I have with a Linux Host (Samba 4.3.9 ubutnu 16.04) as AD member.DCs are Windows 2008 R2, One is 2012 R2. Forest level is 2003 R2. my smb.conf : [GLOBAL] netbios name = CR-DEV-01 security = ADS workgroup = ADDOMAIN realm = ADDOMAIN.COM idmap config *:backend = tdb idmap config *:range =
2016 Jul 04
0
winbind idmap_ad rfc2037 can't read UIdnumber
On 04/07/16 18:35, Raphaël RIGNIER wrote: > Hi samba team ! > > I try to resolve for hours a problem I have with a Linux Host (Samba > 4.3.9 ubutnu 16.04) as AD member.DCs are Windows 2008 R2, One is 2012 > R2. Forest level is 2003 R2. > > my smb.conf : > [GLOBAL] > netbios name = CR-DEV-01 > security = ADS > workgroup = ADDOMAIN >
2016 Nov 17
2
Unable to add AD users to local groups
On 11/16/2016 04:34 PM, Rowland Penny via samba wrote: > Provided that the group urbanweb exists in /etc/group and your users > are shown by getent passwd or id, then you could try the unix tools > i.e. usermod -G urbanweb ADDOMAIN\\1001362 > > Rowland Greetings, Thank you for the response. the matching UNIX group exists. Been using local groups on Samba for years. # getent
2016 Jul 05
0
winbind idmap_ad rfc2037 can't read UIdnumber
Le 05/07/2016 à 09:33, Raphaël RIGNIER a écrit : > Le 04/07/2016 à 20:09, Rowland penny a écrit : >> On 04/07/16 18:35, Raphaël RIGNIER wrote: >>> Hi samba team ! >>> >>> I try to resolve for hours a problem I have with a Linux Host (Samba >>> 4.3.9 ubutnu 16.04) as AD member.DCs are Windows 2008 R2, One is >>> 2012 R2. Forest level is 2003
2013 Sep 25
1
Samba4 DNS - setting up forwarding zones (or how to configure clients)?
Let's assume that we have a network with: domain = "addomain.example.com" .1 - firewall server that runs BIND9, is not in the domain, but can resolve all DNS queries. It is setup to forward any queries for the "addomain.example.com" to the internal Samba4 server. .8 - Samba4 server (sernet packages on CentOS 6) running with integrated DNS in Active Directory mode.
2016 Jul 05
0
winbind idmap_ad rfc2037 can't read UIdnumber
On 05/07/16 08:33, Raphaël RIGNIER wrote: > Le 04/07/2016 à 20:09, Rowland penny a écrit : >> On 04/07/16 18:35, Raphaël RIGNIER wrote: >>> Hi samba team ! >>> >>> I try to resolve for hours a problem I have with a Linux Host (Samba >>> 4.3.9 ubutnu 16.04) as AD member.DCs are Windows 2008 R2, One is >>> 2012 R2. Forest level is 2003 R2.
2006 Jul 07
0
Nmblookup problem.
Hi All: When I usign nmblookup to query my domain controller, I got different = results: root@Latrell:# nmblookup -A ADDomain.com Looking up status of 169.254.211.91 No reply from 169.254.211.91 root@Latrell:# nmblookup -A ADDomain.com Looking up status of 172.23.26.204 WIN-2003 <00> - M <ACTIVE> WIN <00> -