Displaying 20 results from an estimated 685 matches for "sambasamaccounts".
Did you mean:
sambasamaccount
2003 Dec 30
1
sambaSamAccount versus SambaSAMAccount
Hi All,
The smbldap-tools in latest Samba tarball 3.0.1 use SambaSAMAccount rather
than SambaSamAccount as per the samba.schema file. Attached are four
patches to fix this.
Darren
-------------- next part --------------
--- smbldap-useradd.pl.orig Tue Dec 30 22:34:08 2003
+++ smbldap-useradd.pl Tue Dec 30 22:38:19 2003
@@ -208,7 +208,7 @@
if (!$with_smbpasswd) {
# (jtournier)
2006 Jan 21
1
Machine account with object class sambaSAMAccount required?
...9;m using the idealx scripts and they do create a machine
account, even if i try to add the machine from WinXP itself.
Now I noticed the machine account created by this script has object classes
top, inetOrgPerson and posixAccount, but NOT sambaSAMAccount. Is this
correct? I thought they should be sambaSAMAccounts too, like the users
are...
Thanks, Alexander.
2003 Sep 20
1
smbldap-tools updates (diffs)
Hi all,
I have found the smbldap-tools provided in the samba 3 tarball to have a
few glitches with the samba 3 schema. I have made my changes and 'diffed'
them with the source.
root@localhost # pwd
/usr/local/samba/sbin
root@localhost # for i in *.p*; do echo $i; diff $i
/usr/local/src/samba-3.0.0rc4/examples/LDAP/smbldap-tools/$i; done
smbldap-groupadd.pl
smbldap-groupdel.pl
2005 Jun 04
3
smbldap-tools and joining workstation to domain
Hi,
I've reported this before but I guess I'll have to do it again, since
it's not fixed yet or I'm understanding something wrong here.
The problem is that smbldap-useradd -w 'machinename' will add only
posixAccount entrys into ldap but it should add both posixAccount and
sambaSAMAccount entrys.
So if one doesn't add correct machine account entrys manually to ldap
2007 Feb 09
1
sambaSamAccount and posixAccount cohabitation
Hi all,
I'm new on this list and I'm french, so my english could be worst !;)
My question is about sambaSamAccount and posixAccount objectClasses.
I want the user "test" be mapped to user root (uid=0, gid=0) when logged
into pam over ldap mechanism (such as ssh)
And I want the same user "test" be mapped to user test (uid=1003,
gid=513) when logged to Samba server.
2008 Mar 27
0
smbldap-useradd will not add sambaSamAccount objectClass
I'm having an issue adding a sambaSamAccount objectClass to my machine
accounts when running smbldap-useradd -w "machine$"
It doesn't create samba attributes, but will create the account.
In the smbldaap-useradd code, sambaSamAccount is sambaSAMAccount, but I
don't know if that's what's doing it. the samba.schema file has
sambaSamAccount defined.
Someone having
2005 May 26
1
Re: RE pdb_ldap.c, ldapsam_add_sam_account, existing poxisaccount
St?phane,
The book "Samba-3 by Example" is being reprinted very soon. Up to date builds
of the PDF are available on the Samba web site daily. This document can be
downloaded from:
http://www.samba.org/samba/docs/Samba-Guide.pdf
In chapter 5 I have fully documented how Samba-3 can be deployed with LDAP and
using the smbldap-tools. It works perfectly for me and in many sites that
2003 Dec 02
2
can't add a user to Samba with Ldap passwd backend
Whem i want to add a user to samba, witch act as a PDC, with LDAP passwd
backend i get the following error:
Problem during LDAPsearch: No such object
Query was: , (&(objectClass=sambaDomain)(sambaDomainName=TESTVGC.WIM))
pdb_init_ldapsam: WARNING: Could not get domain info, nor add one to the
domain
pdb_init_ldapsam: Continuing on regardless, will be unable to allocate new
users/groups,
2003 Sep 05
2
domain join - no sambaSamAccount created
Hi,
we are using Samba 3 ( CVS checkout from 09/01 ) on a SuSE 8.2 box with all patches applied. The passdb backend is LDAP / eDirectory 8.7 on
another machine. The Samba box is supposed to work as a stand alone domain controller, so I am testing to join a client machine to it's domain.
This is my "add machine script": /usr/bin/cpu useradd %u -d /dev/null -f
2004 Feb 19
2
Using the same LDAP entry for posixAccount and sambaSamAccount with smbldap
samba 3.0.2
smbldap-tools 0.8.4
RH 9
nss_ldap configured
pam_ldap NOT configured
LDAP passwd backend
winxp pro domain member
Hello,
i've configured smbldap-tools in smb.conf to manage users from usrmgr.exe. It
works at group creation but have a strange behavior in user creation. In the
LDAP there are two manually created accounts; Administrador & invitado, both
posixAccount and
2004 Jan 21
1
[3.0, LDAP] smbpasswd fails in adding new accounts
Hello,
I recently switched an environment from Samba 2.x to 3.0 without any
major problems. LDAP database was converted and everything worked fine,
_including_ chaning passwords with smbpasswd.
However, I now had to create a new account, which failed. I created an
LDAP entry first, because I use LDAP for Unix-Authentification as well.
Afterwards, I wanted to add the Samba-specific attributes
2005 May 25
0
Can't join PC's to Domain - object class 'sambaSamAccount' requires attribute 'sambaSID'
Hi Samba Admins,
I have a problem with my new Samba3.0.14a/LDAP domain. I can no longer
join computers to the domain using the normal procedure in windows.
I wetnt to the domain controller to investigate. When i run
# pdbedit -m -a mambo50
i am returned the following error
> init_ldap_from_sam: Setting entry for user: mambo50$
> ldapsam_modify_entry: Failed to add user dn=
>
2006 Nov 01
2
object class 'sambaSamAccount' requires attribute 'sambaSID'
Hi,
In the continuing saga of not being able to join machines to my
openldap 2 & samba 3.0.23c controlled domain I now get the above error.
The schema is the one distributed with 3.0.23c. I've seen many postings
about the same error but no fixes for it. Does anyone know where to
look?
Thanks alot,
Greg
--
Greg Dickie
just a guy
Maximum Throughput
2004 Jan 13
1
Using People for Machine accounts
Using Samba 3.0.2pre1 under SuSE 8.2.
I have seen several references now in this list noting that the browse
for machine accounts in Samba 3 is broken, and 'People' should be used
instead. I changed smb.conf to 'ldp machine suffix = ou=People' and I
changed smbldap_conf.pm to '$computersou=(People). I then cleared ldap,
ran smbldap-populate.pl, and changed the uid of
2012 Apr 28
1
Problems ldap authentication for Samba 3.5.11-2-1
Samba team,
I'm having some problems to have a client Windows XP, I believe all systems
could have the same issue, using Ldap authentication with Samba.
This is a native OpenFiler configuration with a local LDAP server for Samba
shares. The problem is that sharing is never authenticated where my
suspicious is about sambaSID.
Basically I create a test user called "rlvcosta". This
2005 Apr 07
2
smbldap-tools not playing nice w/ samba ?
Please help!
I'm having a difficult time getting a machine to join my domin. Samba
sucessfully adds the machine account using the smbldap-useradd -w
script, but I get the error "The user name could not be found".
Here's what it looks like it's doing in the ldap logs:
1. There's a login as cn=Manager, which searches for the root account,
and then for a bunch of
2004 Feb 03
4
samba 3.0.1 and ldap backend problem - I can not add new accounts to domain.
Hi !
I cant add any user (person, and machine) to my domain made with
samba-3.0.1, openldap-2.0.27, new samba.schema, smbldap-tools-0.8.3. I
have to migrate from ldap_compact to ldap backend.
Rhea is a ldap server, codo is a PDC from DOMAIN.
To show, what the problem is, look at the following instructions:
root@rhea:~# smbldap-useradd -w loko20
root@rhea:~# getent passwd|grep loko
2004 Jan 14
0
Problem adding smb accounts on 3.0.1/ldap
I am setting up a Samba 3 server with ldap support- packages from Debian
backports.org- but have run into a problem setting up the samba
attributes. If there is a user existing in the local /etc/passwd file then
smbpasswd -a correctly sets up the samba user in the ldap directory.
However, if I preload the posixAccount and other data for a user using an
ldif import then attempt to use smbpasswd to
2004 Mar 19
1
Unknown "Search Filter" in LDAP by SAMBA !!!
hi
viewing my logs i saw some weird "saerch filters" by sambav3 using
openldapv2
filter:
(&(&(objectClass=sambaSamAccount)(?=undefined))(objectClass=sambaSamAccount))
smb.conf related entries:
passdb backend = ldapsam:ldap://localhost:389
ldap suffix = dc=eva,dc=mpg,dc=de
ldap admin dn = cn=manager,dc=eva,dc=mpg,dc=de
ldap filter =
2003 Aug 19
1
With sambaSamAccount, do I need an add user script and an add machine script?
Dear Folks,
With Samba 3.0.0 RC1, openldap-2.1.22, with samba as PDC and as much as possible
in LDAP, do I need to write an add user script and an add machine script? Or
does samba handle this itself? Sorry, I'm rather confused about how to go about
setting this all up.
--
Nick Urbanik RHCE nicku(at)vtc.edu.hk
Dept. of Information & Communications