Re: [Samba] pdbedit ldap Object class violation still

2006-01-06 Thread zorg

yes it support it

for example
if i create all the samba attribute directly in my ldap it work for example

dn: cn=dsivkoberwin$,ou=Systems,dc=domain,dc=int
objectClass: top
objectClass: account
objectClass: posixAccount
objectClass: sambaSamAccount
cn: dsivkoberwin$
domainMachinedate: 2006-01-03
domainMachineOS: windows XP
domainMachinetype: Portable CompaqHP nc6120
gecos: dsivkoberwin$
gidNumber: 604
homeDirectory: /dev/null
sambaAcctFlags: [W  ]
sambaNTPassword: A6FC2E4F8A30E1969A37E60B71CB5603
sambaPrimaryGroupSID: S-1-x-21-241-3271816-xxx-515
sambaPwdCanChange: 1136309455
sambaPwdLastSet: 1136309455
sambaPwdMustChange: 2147483647
sambaSID: S-1-x-21-241xx-3271816-xxx-15592
uid: dsivkoberwin$
uidNumber: 7296

then i'm able to join the machine to the domain


Gerald (Jerry) Carter a écrit :


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

zorg wrote:

 


for example
pdbedit -a -m -u zigo

give me this error

cn=zigo$,ou=Systems,dc=domain,dc=int with: Object class violation object
class 'sambaSamAccount' requires attribute 'sambaSID'

in the ldap log i can see that the attribute sambaSid is not send

but I really don't know what goes wrong
   



This should be fine.  Does you server support the current schema?




cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
Centeris ---  http://www.centeris.com
There's an anonymous coward in all of us.   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDvVJ/IR7qMdg1EfYRAoOkAJ9I5aajfX5I1kLeQTeOErEwy347yQCfTqgL
TePk5USzxoOqm2bL+ie4qnk=
=N457
-END PGP SIGNATURE-


 



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdbedit ldap Object class violation still (correction)

2006-01-06 Thread zorg

hello
here is my real ldif
sorry for the noise

yes it support it

for example
if i create all the samba attribute directly in my ldap it work for example

dn: cn=dsiwin$,ou=Systems,dc=domain,dc=int
objectClass: top
objectClass: account
objectClass: posixAccount
objectClass: sambaSamAccount
cn: dsivkoberwin$
gecos: dsivkoberwin$
gidNumber: 604
homeDirectory: /dev/null
sambaAcctFlags: [W  ]
sambaNTPassword: A6FC2E4F8A30E1969A37E60B71CB5603
sambaPrimaryGroupSID: S-1-x-21-241-3271816-xxx-515
sambaPwdCanChange: 1136309455
sambaPwdLastSet: 1136309455
sambaPwdMustChange: 2147483647
sambaSID: S-1-x-21-241xx-3271816-xxx-15592
uid: dsiwin$
uidNumber: 7296

then i'm able to join the machine to the domain


Gerald (Jerry) Carter a écrit :


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

zorg wrote:

 


for example
pdbedit -a -m -u zigo

give me this error

cn=zigo$,ou=Systems,dc=domain,dc=int with: Object class violation object
class 'sambaSamAccount' requires attribute 'sambaSID'

in the ldap log i can see that the attribute sambaSid is not send

but I really don't know what goes wrong
   



This should be fine.  Does you server support the current schema?




cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
Centeris ---  http://www.centeris.com
There's an anonymous coward in all of us.   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDvVJ/IR7qMdg1EfYRAoOkAJ9I5aajfX5I1kLeQTeOErEwy347yQCfTqgL
TePk5USzxoOqm2bL+ie4qnk=
=N457
-END PGP SIGNATURE-


 




--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] pdbedit ldap Object class violation still

2006-01-05 Thread zorg

hello,
still got my problem and noone anywhere seem to know something about it

here is my problem
I'm using samba 3.0.14a (debian)
with ldapbackend
with 250 computer (all workinh well)
in october I could join machine to domain without problem
but today it doesn't work
after some experiment I manage to see that even pdbedit was not working well


for example
pdbedit -a -m -u zigo

give me this error

cn=zigo$,ou=Systems,dc=domain,dc=int with: Object class violation object 
class 'sambaSamAccount' requires attribute 'sambaSID'


in the ldap log i can see that the attribute sambaSid is not send

but I really don't know what goes wrong

if someone can help me

thanks

in my ldap base zigo$ exist like this

dn:cn=zigo$,ou=Systems,dc=domain,dc=int
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
uidNumber: 7297
uid: zigo$
cn: zigo$
sn: zigo$
gidNumber: 604
homeDirectory: /dev/null
loginShell: /bin/false
gecos: Machine Account
description: Machine Account

I have found nothing on the net to help me
so if you have any idea

thanks

cyril
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdbedit ldap Object class violation still

2006-01-05 Thread Philippe SAMPONT

zorg a écrit :


hello,
still got my problem and noone anywhere seem to know something about it

here is my problem
I'm using samba 3.0.14a (debian)
with ldapbackend
with 250 computer (all workinh well)
in october I could join machine to domain without problem
but today it doesn't work
after some experiment I manage to see that even pdbedit was not 
working well



for example
pdbedit -a -m -u zigo

give me this error

cn=zigo$,ou=Systems,dc=domain,dc=int with: Object class violation 
object class 'sambaSamAccount' requires attribute 'sambaSID'


in the ldap log i can see that the attribute sambaSid is not send

but I really don't know what goes wrong

if someone can help me

thanks


Hello,

I have the same problem with a new installation in a test environment.
My configuration is Debian Sarge, Samba, OpenLdap, pam_ldap and
nss_ldap. (each version from official source)

But I don't have a solution. If I found, I post the solution here.

thanks
Philippe
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdbedit ldap Object class violation still

2006-01-05 Thread zorg

I've got exactly the same configuration
debian sarge official source
so if you find a work around ...
If I find, I post the solution too.

Philippe SAMPONT a écrit :


zorg a écrit :


hello,
still got my problem and noone anywhere seem to know something about it

here is my problem
I'm using samba 3.0.14a (debian)
with ldapbackend
with 250 computer (all workinh well)
in october I could join machine to domain without problem
but today it doesn't work
after some experiment I manage to see that even pdbedit was not 
working well



for example
pdbedit -a -m -u zigo

give me this error

cn=zigo$,ou=Systems,dc=domain,dc=int with: Object class violation 
object class 'sambaSamAccount' requires attribute 'sambaSID'


in the ldap log i can see that the attribute sambaSid is not send

but I really don't know what goes wrong

if someone can help me

thanks



Hello,

I have the same problem with a new installation in a test environment.
My configuration is Debian Sarge, Samba, OpenLdap, pam_ldap and
nss_ldap. (each version from official source)

But I don't have a solution. If I found, I post the solution here.

thanks
Philippe



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdbedit ldap Object class violation still

2006-01-05 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

zorg wrote:

 for example
 pdbedit -a -m -u zigo
 
 give me this error
 
 cn=zigo$,ou=Systems,dc=domain,dc=int with: Object class violation object
 class 'sambaSamAccount' requires attribute 'sambaSID'
 
 in the ldap log i can see that the attribute sambaSid is not send
 
 but I really don't know what goes wrong

This should be fine.  Does you server support the current schema?




cheers, jerry
=
Alleviating the pain of Windows(tm)  --- http://www.samba.org
Centeris ---  http://www.centeris.com
There's an anonymous coward in all of us.   --anonymous
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDvVJ/IR7qMdg1EfYRAoOkAJ9I5aajfX5I1kLeQTeOErEwy347yQCfTqgL
TePk5USzxoOqm2bL+ie4qnk=
=N457
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba