Displaying 20 results from an estimated 8000 matches similar to: "Mutiple authentication databases with Samba in ADS mode"
2006 Mar 20
1
RHEL3, winbind, "Error looking up domain users"
Hello,
I've been attempting to get this working all day. :)
I have an RHEL3 machine connected to a Windows 2000 PDC
as a domain member. I'm running samba 3.0.21c, compiled from an SRPM:
# rpm -q samba
samba-3.0.21c-1
When I try to list my users, I get this:
# wbinfo -u
Error looking up domain users
Exit 1
Similarly, `getent passwd` fails to show any SMB users. But
`getent passwd
2007 Mar 20
1
Bizzare behaviour of Samba+ADS - help needed
I have samba+ads working fine *HOWEVER* when I run net ads keytab create
it fails.
Using -d 10 the debug output says it cannot write to the file. This is
truly bizarre as I am running this as root!
e.g.
# /usr/local/opt/samba/samba-3.0.24/bin/net ads keytab create ; echo $?
183
And
/usr/local/opt/samba/samba-3.0.24/bin/net -d 10 ads keytab create ; echo
$?
Gives
[..snip..]
ads_get_kvno:
2004 Sep 02
2
Can't mount samba drive or join domain with W2K3 server
Please cc me on replies.
My employer recently upgraded to W2K3. I have no control over the
employer's set up and limited access to information. Under the old
server, everything was working fine. Now I can't mount the shared drive
anymore.
I'm running Debian sid; samba 3.0.6-3.
################################################
# mount shared_drive
cli_negprot: SMB signing is
2006 Dec 13
1
Samba ADS domain member issues
Hi, I am having problems configuring my Centos 4 server as an ADS domain
member of our 2003 AD. I've followed the instructions on samba.org and
did quite a bit of Google'ing and haven't found an answer to the problems.
Basically I used the configuration illustrated in this section of the
howto, and of course a number of other suggestions I've found along the way:
2007 Oct 23
1
Samba, AD and non AD Machines
Hi All,
I have configured Samba 3.0.23 to work with Active Directory. Based on
all the tests shown here:
http://us3.samba.org/samba/docs/man/Samba-Guide/unixclients.html#adssdm
Things are working as expected.
Most machines and users are working as expected.
I do have some Windows machines on another subnet, NOT joined to the
domain that are giving me grief. Going to
2004 Aug 27
4
Can't login from Windows PC to Samba using ADS?
I hope this is the right place to post this.
I am running SuSe 8.2 Linux on an IBM 1 gig processor at work. I
installed samba 3.0.5 on it and followed the instructions in the online
book "Samba-3 by Example" for chapter 9 "Active Directory Domain with
Samba Domain Member Server
<http://www.samba.org/samba/docs/man/Samba-Guide/unixclients.html#adssdm>"
to the tee (of
2005 Jun 06
3
Configuring Samba with LDAP
Hello,
I'm having problems configuring Samba to work using ADS. I've
successfully compiled LDAP. When I try ./configure --with-pam
--with-winbind --with-ads --with-krb5 --with-ldap It says "Active
Directory support requires LDAP support" Are there any variables that
need to be set? I've done --with-ldap=/usr/local/openldap (This the
prefix for openldap). I'm
2006 Oct 27
2
Join Samba Server to Windows 2003 domain
There seems to be hundreds of ways to skin this cat but I can't seem to
find anyone who describes a complete process to make it work. I am using
Fedora 5 and the latest build of Samba 3.0. My end goal is to have the
samba server be a member of the windows 2003 domain and AD users be able
to ssh into the server.
Thanks,
George
2013 Feb 11
2
S3 as domain member with S4
Hello
How to set a S3 file server as a domain member with a S4 PDC server ?
Regards
--
Herv? H?noch
Responsable informatique
Institut Sainte Catherine
250 chemin de Baigne-Pieds
CS 80005 ? 84918 AVIGNON cedex 9
T?l?phone : 04.90.27.57.44
2004 Oct 13
2
'credentials' file doesn't work - also observed by others
Background: Linux, Debian (Sarge). I want to auto-mount an smbfs at
boot. smbmount version is 3.0.7-Debian.
With the following in my fstab, I can do the mount as root, but have to
provide a password (hence either I can't boot unattended, or can't mount
it during boot):
//<server>/<share> /mnt/point smbfs
2007 Jul 23
3
trouble joining AD domain.
Hi all,
I'm running samba-3.0.25b w/Linux 2.6.16.27 (SUSE 10.1), newly compiled.
I've joined the AD domain (which is a subdomain) whose PDC is Win2K3
server and which is running in native mode but allowing NT4 members.
From the HOWTO, I followed the instructions - manually created the
computer account, then did the "net rpc join ...." and successfully
joined the AD
2009 Dec 15
1
Auitomatic Password synchronisation
I have set up Samba on a Debian Lenny server. I have set up the users
by using 'adduser' and then using 'smbpassword -a username' to add the
users to the Samba users database.
The users have the same username on both their Windows Client and the
Samba server.
my smb.conf
security = user
username level 2
encrypt passwords = true
obey pam restrictions = yes
unix
2009 Nov 10
1
samba credentials file - hit and miss?
Greetings,
I'm using a CentOS 5.4 Virtual Machine and Samba 3.0.33-3.15.el5_4 to access a
file share from a Windows XP host. I also tried the same using a
Fedora 10 VM with
the same negative results. Please read on.
I've browsed the web and read the mount.cifs man page. And the conclusion
is the same: you connect to a share using a username and password and you're
good to to. Or,
2006 Jul 05
3
Linux kerberos to Windows AD 2000/2003
I have spent the last 4-5 hours scrounging google articles on this and
have found 2 solutions. The problem is one of them is something that we
will not do (as MS will not support extending AD with Services For
Unix(SFU)).
The other is simply configuring kerberos and pam on the linux system. No
problem there from what I can tell.
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: userid at
2009 May 15
4
Timing in a script
Hi, all --
I am trying to write a script in which I can add users and their samba passwords easily and quickly.? It looks something like:
?? useradd -c "User Name" -g groupname -p unixpassword accountname
?? echo -e "smbpassword\nsmbpassword\n" | pdbedit -a -t -u accountname
If
I type the lines from the keyboard, it works fine.? However, when I try
to execute the script, the
2007 Dec 10
1
[Problem] [Centos 5] Samba-3.0.23c-2 login authentication problem
Hello,
I have comfigured samba-3.0.23c-2 server on CentOS-5, but when i was logging in from the client system, even if I donot provide password and hit enter key, the client is logging in as Anonymous user. Samba server should not allow for Anonymous login. (I am configuring linux (Server) to linux (Client) i am not using windows)
1) The contents of /etc/samba/smb.conf file as follows,
2007 Nov 19
1
Can not mount CIFS-Share on bootup (SELinux Problem)
Hello everybody, i am trying to mount a CIFS-share while booting,
providing a credential file for the share (/root/smbpassword) - without
success (with SElinux turned on). The share will get mounted just fine
when typing mount -a on the shell. And it also will get mounted
automatically during boot when SELinux ist turned off.
I have searched the documentation, but i have no clue which SElinux
2005 Jun 09
1
Functioning Samba Install has one desktop causing a complaint ...
... On a LAN consisting of a box with Linux 2.4.21-138-smp using Samba version 2.2.5-UL, all the boxes can log in and see the shares (windoz xp, 2000, me - all smbpasswords set to none), except one that is windoz98. Attempts to connect get "IPC$" login messages. The box that gets the message has a directory/password/smbpassword (set to none) on the Linux machine.
Is this due to the
2011 Jun 16
2
kb2536276 causing issues with non encrypted password configuration
Many of my clients installed kb2536276 on their windows client and can no
longer connect to my samba server. Their sessions don't even get logged. I
upgraded to 3.5.9 on my test server with no luck. Encrypted with local
authentication to the smbpassword file seems to work fine, but I need the
servers running non encrypted samba to work. I'm running 3.5.6 on AIX 5.3
using PAM auth and
2006 May 22
3
Errors accessing smbfs share after upgrade to redhat ES4.0
I used to mount following share using samba client on
RHEL 3.0 without any problems. Then I installed ES4.0
and I started seeing problems with these samba shares.
I have following line in fstab to mount the share :
//bizgroup/wli1 /wli1 smbfs
uid=501,gid=501,credentials=/etc/samba/.smbpassword
0 0
and /etc/samba/.smbpassword contains following
username=xxxxxxx