Displaying 20 results from an estimated 700 matches similar to: "Samba with 389 Directory Server Auth problem"
2006 Mar 23
1
Problem creating Samba Admin account
I am trying to create a Samba Admin account in FDS as per the final steps of
http://directory.fedora.redhat.com/wiki/Howto:Samba
I've asked about this on the FDS mailing list with no luck, I am hoping
someone here will be able to help me.
I've created a file with contents:
Administrator:x:0:0:Samba Admin:/root:/bin/bash
I then ran:
/usr/share/openldap/migration/migrate_passwd.pl
2007 Feb 21
4
User/Group HWM ignored when converting idmap from tdb to LDAP
Hi!
I'm trying to convert my tdb-based idmap mapping to a LDAP-based
one. This generally works as intended, with one exception - the
highest uidNumber/gidNumber in use is not transferred, and this causes
duplicate use of the same uid/gidNumber.
Here's what I'm doing:
1) net idmap dump /var/cache/samba/winbindd_idmap.tdb > idmap.dump
2) Set idmap backend in smb.conf to
2004 Nov 09
1
LDAP suffix question
Hi,
I would like to have a DIT similar to this for my Samba server :
ou=People,dc=domain,dc=com: users accounts
ou=Group,dc=Domain,dc=com: groups
ou=Hosts,dc=domain,dc=com: machine accounts
ou=Samba,dc=domain,dc=com: Samba specific stuff, such as sambaDomain,
sambaUnixIdPool, etc
My understanding is that "ldap [user|group|machine] suffix" is relative
to "ldap suffix".
2003 Oct 06
1
Group not found, (objectclass=sambaGroupMapping) (gidNumber=4294967295) ???
I am sure that I don't quite have LDAP setup with the proper Samba entries,
but I only need a "bread crumb" to get me pointed in the right direction.
Where do I find some information on how and where to place the
sambaGroupMapping, sambaUnixIdPool, sambaIdmapEntry (automatically
created?), and sambaSidEntry in the LDAP tree. Could someone just give me a
little hint as to where the
2018 Mar 02
1
Fwd: Migrating server
hai, im still on holiday but i did see some things a bit, also in addition about the smb.conf
in classic mode dns forwarder is predecated, so i suggest avoiding the option.
this part, you set ssl off but also set the ports to the ssl ports.
ldap ssl = off
ldap passwd sync = yes
/etc/ldap/ldap.conf
BASE dc=mydomain
URI ldap://sam3dc.mydomain ldap://sam3dc.mydomain:666
use
URI
2005 Mar 10
4
struggling with smbldap_tools
Trying to net rpc vampire an NT4 server
Think I am good to go but I keep getting errors - obviously problem with
NextFreeUnixId attribute - which is created...
dn: cn=NextFreeUnixId,dc=myhomelenders,dc=net
objectClass: inetOrgPerson
objectClass: sambaUnixIdPool
uidNumber: 1000
gidNumber: 1000
cn: NextFreeUnixId
sn: NextFreeUnixId
structuralObjectClass: inetOrgPerson
Every item gets this
2005 Oct 13
1
Idealx 9.1
Hoping someone knows how to deal with this, as I'm scratching my head.
I have 8.3 or 8.4 installed already and they work ok for the most part.
Server: FBSD5.4, Samba 3.0.20
Error in smbldap-useradd:
camarillo# ./smbldap-useradd -w fums
Could not find base dn, to get next uidNumber at
/usr/local/sbin//smbldap_tools.pm line 995, <DATA> line 283.
Data output during connection to
2018 Mar 05
2
Fwd: Migrating server
Hi Harry,
When I install slapd , I didn't get the option to use MDB, so used hdb
I went through your suggestions and cleaned up the smb.conf. Also added
the unixidpool ldif
dn: sambaDomainName=mydomain,dc=mydomain
sambaDomainName: mydomain
sambaSID: S-1-5-21-3936576374-1604348213-1812434911
sambaAlgorithmicRidBase: 1000
objectClass: sambaDomain
objectClass: sambaUnixIdPool
2015 Mar 24
6
Samba4 + external ldap
After some reading and attempts, I managed to set the Samba4 with the
external openldap.
I tried to add a user through the command "smbpasswd", but an error
occurred, which follows below:
root at sol:~# smbpasswd -a billy
>
> smbldap_search_domain_info: Searching
>> for:[(&(objectClass=sambaDomain)(sambaDomainName=POA))]
>
> smbldap_open_connection: connection
2004 Jul 23
3
smbldap-populate issues?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys,
I appear to have some issues with smbldap-populate, this used to work
fine but I've recently upgraded the dev box from RH8.0 to Fedora Core 1,
I assume it's related but I'm not sure exactly how...
As you can see the first ou creates work, so it must at least be binding
to the ldap server, but it seems to have a problem with the
2003 Jul 17
1
idmap problems with Samba 3.0 beta3
Hi!
With Samba 3.0 beta 2, I could use "idmap" Windows-to-Unix mappings. I
could run "pdbedit -a <user>" to add a Windows account and Samba would
automatically acquire a UID using OpenLDAP as the backend. However, with
the same configuration file, Samba 3.0 beta 3 simply doesn't query the
OpenLDAP directory about "sambaUnixIdPool" object class, and limits
2003 Nov 10
1
Winbind+OpenLDAP: Id mapping data is stored partially
Hello to all,
I have installed Samba 3.0.0 PDC + OpenLDAP 2.1.
Additionally, I use "wbinfo -c" to create users
and winbindd + libnss_winbind.so to resolve these
users in Unix (SID <-> Unix id mapping).
But I have found that users' data, created by
"wbinfo -c" command, is not completely stored
in LDAP backed.
The "sambaUnixIdPool" objectclass is stored in
2007 Nov 29
0
(no subject)
Hello I am trying to configure samba with Fedora Directory Server 1.0.4 on a
Fedora 8 machine. I am following this guide:
http://directory.fedoraproject.org/wiki/Howto:Samba. Everything has
"seemed" to work out fine until I got to the part of Populating FDS with PDC
Entry. My end result is hopefully that user can log in on Windows XP Pro
with pGina and have their home drive automounted
2004 Jun 10
4
And the LDIF thing
Sorry.. One more email.. I tried to create the IDMAP container on the LDAP with an example I found:
dn: ou=Idmap,dc=softeng,dc=com
objectClass: organizationalUnit
ou: idmap
structuralObjectClass: organizationalUnit
and it gives:
adding new entry "ou=Idmap,dc=softeng,dc=com"
ldap_add: Constraint violation
additional info: structuralObjectClass: no user modification allowed
2007 Nov 29
0
Configuring Samba for Fedora Directory Server
Hello I am trying to configure samba with Fedora Directory Server 1.0.4 on a
Fedora 8 machine. I am following this guide:
http://directory.fedoraproject.org/wiki/Howto:Samba. Everything has
"seemed" to work out fine until I got to the part of Populating FDS with PDC
Entry. My end result is hopefully that user can log in on Windows XP Pro
with pGina and have their home drive automounted
2006 Jan 16
2
Adding workstations to domain as non-root
Hi,
The Problem:
I have a samba domain using LDAP as the backend, complete with the
IdealX LDAP scripts.
Most of my Unix boxes (certainly anything which does any Samba stuff)
authenticates against the same LDAP backend, using it for groups and
users.
I need to grant some people sufficient priviliges to add workstations
to the domain, but I don't want to give them the root password in
2007 Nov 28
0
ldap_simple_bind: Can't connect to the LDAP server - Invalid argument
Hello I am trying to configure samba with Fedora Directory Server 1.0.4 on a Fedora 8 machine. I am following this guide: http://directory.fedoraproject.org/wiki/Howto:Samba#PAM_Configuration. Everything has "seemed" to work out fine until I got to the part of Populating FDS with PDC Entry. My end result is hopefully that user can log in on Windows XP Pro with pGina and have their home
2004 Aug 26
0
LDAP backend not mapping permissions properly and other problems
Sorry this is so long, but I think it is all relevant. I also have an output
from pdbedit with log level 10 if needed.
First, the latest problem I have noticed. When I create a new directory on
the server, samba creates the files properly and gives them the proper
permissions on the server, but when I look at the file security properties
(Right click,Properties, Security Tab) I don't get the
2007 May 08
1
Problems with LDAP
Hi,
I'm using OpenLDAP in CentOS 4.4
I'm trying to create a grou of users:
# Grupos do TIM
dn: ou=futebol,ou=accounts,dc=telbit,dc=pt
objectClass: organizationalUnit
description: Grupo de Futebol
ou: futebol
# Grupo do futebol
dn: uid=futeboladas,ou=futebol,ou=accounts,dc=telbit,dc=pt
objectClass: top
uid: futeboladas
objectClass: groupOfNames
cn: Futeboladas
member:
2003 May 16
3
Samba PDC + LDAP
Hello All,
I am trying to setup Samba PDC with LDAP.
I installed samba-2.2.8a and openldap-2.1.19. I am using smbldap-tool that bundles with samba-2.2.8a source, for adding user, group and computer name.
I was able to add username in ldap using smbldap-useradd.pl, but i find problem in adding machine name.
When i try to add machine name i got following error
./smbldap-useradd.pl -w test$