Displaying 20 results from an estimated 194 matches for "sambaaccount".
2003 Apr 12
1
eDirectory 8.7 and sambaAccount
I'm having a problem adding a password to users. I get "NDS error: no
additional information available (-306) when I use smbpasswd.
Also I can see in ndstrace that the search string is
(&(objectClass=sambaAccount)(uid=WORKGROUP/test)) and not
(&(objectClass=sambaAccount)(uid=test)).
I have "ldap fileter = (&(cn=%u)(objectClass=sambaAccount)) in my smb.conf.
Another thing I can see is that lmPassword and ntPassword are integers,
which give me an invalid syntax if I add the password's thr...
2003 Jan 18
3
Adding a machine; I think I am onto something
...tem cannot find a machine
account in ou=Computers.
Seems to me that several things have occured:
> Jan 18 14:08:42 enigma smbd[12254]: [2003/01/18 14:08:42, 0] passdb/pdb_ldap.c:pdb_getsampwnam(859)
> Jan 18 14:08:42 enigma smbd[12254]: LDAP search "(&(uid=spartack_)(objectclass=sambaAccount))" returned 0 entries.
1. Search for a uid=spartack$ which also has objectclass=sambaAccount.
> Jan 18 14:08:42 enigma smbd[12254]: [2003/01/18 14:08:42, 0] rpc_server/srv_netlog_nt.c:get_md4pw(176)
2. Get the password.
> Jan 18 14:08:42 enigma smbd[12254]: get_md4pw: Workstation...
2002 Sep 26
1
ugh, continued ldap madness
...-D 9 -a dballing
Found pdb backend ldapsam (at pos 4)
pdb backend ldapsam:ldap://ldap.byramhealthcare.com/ has a valid init
ldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldapsam_search_one_user: searching
for:[(&(uid=dballing)(objectclass=sambaAccount))]
ldapsam_search_one_user: Problem during the LDAP search: No such object
ldapsam_search_one_user: Query was: ,
(&(uid=dballing)(objectclass=sambaAccount))
Home server: TESTBOX
Home server: TESTBOX
ldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP s...
2003 May 12
2
smbpasswd and RID/SID problems with LDAP
...e LDAP accounts using "smbpasswd". I build the structure of the
LDAP database by importing a couple of LDIF's, and then I import the
following user account to create an administrative account within samba:
dn: uid=smbadmin,ou=users,o=caedm,dc=gilliam
objectClass: person
objectClass: sambaAccount
objectClass: posixAccount
cn: smbadmin
sn: smbadmin
uid: smbadmin
rid: 500
#ntSid: 500
primaryGroupId: 512
uidNumber: 0
gidNumber: 0
homeDirectory: /dev/null
loginShell: /bin/false
description: SMB Administrative Account
gecos: SMB Administrative Account
pwdLastSet: 0
logonTime: 0
logoffTime: 0
kic...
2002 Sep 05
2
using LDAP and PDC together
Hello,
I am in the process of migrating to
passdb backend = ldapsam
on debian unstable with the latest 3.0pre samba package.
All users have a ldap sambaAccount object which was added by hand after
using migrationtools from padl.com. Testing auth with smbclient works
fine, however when using samba as a PDC from WinXP I can't log into the
domain as I used to when "passdb backend = smbpasswd". However adding
the machine to the domain seems to w...
2002 Nov 25
2
smbpasswd problem with LDAP
...onnection to localhost on port 389
ldap_open_connection: connection opened
ldap_connect_system: Binding to ldap server as
"cn=root,ou=hasselt.be,o=hasselt,c=be"
ldap_connect_system: succesful connection to the LDAP server
ldap_search_one_user: searching
for:[(&(cn=william)(objectclass=sambaAccount))]
get_single_attribute: [uid] = [william]
Entry found for user: william
-- CUT --
Here we see that the correct user was found...
But then:
-- CUT --
get_single_attribute: [pwdLastSet] = [1]
get_single_attribute: [logonTime] = [0]
get_single_attribute: [logoffTime] = [0]
get_single_attribute: [...
2004 Aug 26
1
smbpasswd complains about LDAP: "Object class violation"
...uch
as the smbldap-useradd.pl that comes with samba), but smbpasswd
fails with the following error:
--------------------------------
# ./smbpasswd -a -m guinea-pig$
ldap_connect_system: Binding to ldap server as "cn=directory manager"
LDAP search "(&(uid=guinea-pig_)(objectclass=sambaAccount))" returned
0 entries.
ldap_connect_system: Binding to ldap server as "cn=directory manager"
failed to modify user with uid = guinea-pig$ with: Object class
violation
Failed to add entry for user guinea-pig$.
Failed to modify password entry for user guinea-pig$
---------------------...
2002 Sep 10
2
Group listings in samba
...ill scratching my head.
I've got a samba 3 cvs server with an ldap backend. When I do a search for users in a group either by net group <group> /domain or in user manager it returns access denied
When I look at the logs on the server samba is searching for (uid=<group>(objectclass=sambaAccount)).
The samba schema does not allow for sambaAccount to be added to groups. Where am i going wrong??
Cheers
-------------
Kristyan Osborne IT Technician
Longhill High School
01273 391672
------
Computers are like airconditioners: They stop working properly if you open windows.
Win95: A 32...
2008 Feb 29
1
uid x sid on LDAP
...e part of the same windows domain) there are many inconsistencies between all
servers.
I have already done my homework and found whenever the same user had different uids or group
assignments, and planed the steps required to get everything in sync (like changing file owners).
My question regards sambaAccount x posixAccount in LDAP. Samba docs state that Unix uids/gids and
Windows SIDs are algoritmically mapped implying that given a Windows user SID the Unix uid needs to
have a certain value, and vice-versa.
But I wish to change as few as possible existing uid/gids. I see sambaAccount has a sid field,...
2003 Apr 02
2
no mapping between account names and security ids was done
...r/log/samba/poseiden.log
[2003/04/02 19:06:18, 2] passdb/pdb_ldap.c:ldap_connect_system(250)
ldap_connect_system: succesful connection to the LDAP server
[2003/04/02 19:06:18, 2] passdb/pdb_ldap.c:ldap_search_one_user(262)
ldap_search_one_user: searching
for:[(&(uid=poseiden1$)(objectclass=sambaAccount))]
[2003/04/02 19:06:18, 0] passdb/pdb_ldap.c:pdb_getsampwnam(858)
LDAP search "(&(uid=poseiden1_)(objectclass=sambaAccount))" returned 0
entries.
[2003/04/02 19:06:18, 0] rpc_server/srv_netlog_nt.c:get_md4pw(176)
get_md4pw: Workstation poseiden1$: no account in domain
[2003/04/02...
2001 Dec 03
6
smbpasswd and ldap
...Administrator, get the following stuff with full debugging turned on (-D
255):
New SMB password:
Retype new SMB password:
ldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldap_search_one_user: searching
for:[(&(uid=Administrator)(objectclass=sambaAccount))]
get_single_attribute: [uid] = [Administrator]
Entry found for user: Administrator
get_single_attribute: [sambaDomain] = [NULL]
get_single_attribute: [pwdLastSet] = [3B9E4575]
get_single_attribute: [logonTime] = [00000000]
get_single_attribute: [logoffTime] = [00000000]
get_single_attribute: [kic...
2003 Feb 17
3
Novell EDirectory as LDAP backend
...of
"SYN_INTEGER" which I think is wrong, because samba tries to store some
hex.Strings in these attributes. After changing them to "SYN_CI_STRING"
I was able to authenticate against edir.
The only thing that does not work is to ldapadd or ldif import users
with objectClass sambaAccount.
Adding posixAccount users and then adding the sambaAccount objectClass
via Novells "ConsoleOne" works, so I guess this is a edir. specific
problem which is OT here.
So right now, I can manually add machine and user accounts, join (W2K)
clients to the samba domain and log in as an us...
2003 May 29
2
edirectory and samba
Essentially, at this point my head is about to explode.
I have been able to update the most recent samba-nds.schema from the
LDAP CVS at samba.org. And I can add posixAccount users with the
LDAPTools. But I cannot add anyone as a sambaAccount (./smbldap-useradd
-a "username"). Each time, it adds the posixAccount portion to
eDirectory, and then failes the sambaAccount add portion.
Is there ANYONE who has some experience using the LDAPTools from IdealX
with eDirectory? Anyone at all? Is there some error in the scripts? Or
some...
2004 Feb 27
1
Authentication problem when using LDAP
...Attempting to find an passdb backend to match guest (guest)
> > Found pdb backend guest
> > pdb backend guest has a valid init
> > smbldap_search: base => [ou=people,dc=ncs,dc=att,dc=com], filter =>
> > [(&(&(uid=grw)(objectclass=posixAccount))(objectclass=sambaAccount))],
> > scope => [2]
> > smbldap_open_connection: <ldap://reymaster:389> ldap://reymaster:389
> > smbldap_open_connection: connection opened
> > ldap_connect_system: Binding to ldap server <ldap://reymaster:389>
> > ldap://reymaster:389
> >...
2002 Jul 28
1
Samba and OpenLDAP integration problem
...nd have problem yet:
./smbpasswd -D 9 -a baikov
....
New SMB password:
Retype new SMB password:
ldap_open_connection: starting...
ldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
ldap_search_one_user: searching
for:[(&(uid=baikov)(objectclass=sambaAccount))]
ldap_search_one_user: Problem during the LDAP search: No such object
ldap_search_one_user: Query was: ou=people,dc=mosfilm,dc=ru,
(&(uid=baikov)(objectclass=sambaAccount))
ldap_open_connection: starting...
ldap_open_connection: connection opened
ldap_connect_system: succesful connection to t...
2003 Jan 23
2
samba account question
...ss:
by doing a comparison of the exported .ldif files from a (test) person's
entry before and after using 'smbpasswd -a' on a machine that is
configured to make those changes back into the directory (instead of in
the smbpasswd file) i discover that
in addition to
objectclass: sambaAccount
i also have the following attributes
rid:
displayName:
logonTime: 0
primaryGroupID: 1201
objectClass: sambaAccount
acctFlags: [UX ]
logoffTime: 2147483647
kickoffTime: 2147483647
pwdLastSet: 1043292599
pwdCanChange: 0
pwdMustChange: 2147483647
I'm trying to build a php page that wil...
2003 Apr 06
0
samba_3_0+ldapsam_nua: creating machine trust accounts fails
...ng to load: ldapsam_nua:ldap://localhost
Attempting to find an passdb backend to match ldapsam_nua:ldap://localhost (ldapsam_nua)
Found pdb backend ldapsam_nua (at pos 5)
pdb backend ldapsam_nua:ldap://localhost has a valid init
ldapsam_search_one_user: searching for:[(&(uid=test2$)(objectclass=sambaAccount))]
ldapsam_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
The LDAP server is succesful connected
We don't find this user [test2$] count=0
ldapsam_search_one_user: searching for:[(&(uid=test2$)(objectclass=sambaAccount))]
ldapsam_open: allread...
2003 Sep 25
0
samba+ldap how pdc, problem nobody user
...t;cn=root,o=domain,c=br"
[2003/09/25 15:51:30, 2] passdb/pdb_ldap.c:ldap_connect_system(331)
ldap_connect_system: succesful connection to the LDAP server
[2003/09/25 15:51:30, 2] passdb/pdb_ldap.c:ldap_search_one_user(343)
ldap_search_one_user: searching for:[(&(uid=nobody)(objectclass=sambaAccount))]
[2003/09/25 15:51:30, 0] passdb/pdb_ldap.c:pdb_getsampwnam(940)
LDAP search "(&(uid=nobody)(objectclass=sambaAccount))" returned 0 entries.
[2003/09/25 15:51:30, 1] smbd/password.c:pass_check_smb(545)
Couldn't find user 'nobody' in passdb.
[2003/09/25 15:51:30, 2] p...
2002 Dec 20
1
Add Workstation to Domain - valid local system user?
Hi!
I'm running Samba 2.2.7a as Domain Controller, and when I try to add a
workstation to the domain, I get always the following logentry (and the
operation fails):
[2002/12/20 14:30:21, 0] passdb/pdb_ldap.c:pdb_getsampwnam(859)
LDAP search "(&(uid=vmware-w2ks_)(objectclass=sambaAccount))"
returned 0 entries.
[2002/12/20 14:30:22, 0]
rpc_server/srv_samr_nt.c:_api_samr_create_user(1929)
User vmware-w2ks$ does not exist in system password file (usually
/etc/passwd). Cannot add account without a valid local system user.
[2002/12/20 14:30:23, 0] passdb/pdb_ldap.c:pdb_getsa...
2002 May 24
1
add user script w/ idealx perl script (ldap)
...l -w %u
This script is working fine when i run it in command line. But
when it's executed by samba when trying to join the domain, it
fails in a weird way. Here is the log :
[2002/05/16 14:34:34, 0] passdb/pdb_ldap.c:pdb_getsampwnam(777)
LDAP search "(&(uid=yannick-2k_)(objectclass=sambaAccount))" returned 0
entries.
[2002/05/16 14:34:34, 0] rpc_server/srv_netlog_nt.c:get_md4pw(176)
get_md4pw: Workstation yannick-2k$: no account in domain
[2002/05/16 14:45:48, 0] passdb/pdb_ldap.c:pdb_getsampwnam(777)
LDAP search "(&(uid=yannick-2k_)(objectclass=sambaAccount))" retu...