Displaying 20 results from an estimated 354 matches for "organizationalperson".
2014 Mar 29
2
one day AD use -> samba-tool dbcheck reports "Normalisation error for attribute 'objectClass'"
...amba-tool dbcheck
Checking 1143 objects
ERROR: Normalisation error for attribute 'objectClass' in
'CN=phdseminar,CN=Users,DC=my,DC=samba,DC=domain'
Values/Order of values do/does not match: ['top', 'securityPrincipal',
'posixAccount', 'person', 'organizationalPerson', 'user']/['top',
'posixAccount', 'securityPrincipal', 'person', 'organizationalPerson',
'user']!
Not fixing attribute 'objectClass'
ERROR: Normalisation error for attribute 'objectClass' in
'CN=postmaster,CN=Users,D...
2006 May 17
1
Dovecot/LDAP problem
...y.)
Here's the meat of the dovecot-ldap.conf file I'm using:
hosts = 192.168.x.x
dn = cn=Administrator,cn=Users,DC=domain,DC=local
dnpass = xxxxx
auth_bind = yes
ldap_version = 3
base = DC=domain,DC=local
scope = subtree
user_attrs = sAMAccountName,mail,,,,
user_filter = (&(objectClass=organizationalPerson)(sAMAccountName=%u))
pass_filter = (&(objectClass=organizationalPerson)(sAMAccountName=%u))
user_global_uid = 44
user_global_gid = 44
--- Interestingly, if I simply point the base to the actual user's
container, it works just fine. The idea works from Postfix, but from
dovecot it doesn...
2014 Jun 07
3
Samba 4 / idmap / NIS / winbind
...me=testswi
i added "loginShell = /bin/bash" and got
----------------------------------------------------------------------------------------------------------------------------
# record 1
dn: CN=testswi,OU=Benutzer,OU=SWI,DC=swi,DC=local
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: testswi
givenName: testswi
instanceType: 4
whenCreated: 20140530142421.0Z
displayName: testswi
uSNCreated: 12359
name: testswi
objectGUID: d6ebbae7-8ec0-4a89-828d-58c10a7c9f99
userAccountControl: 66048
codePage: 0
countryCode: 0
pwdLastSet: 130459334610000000
primaryGroupID: 5...
2019 Aug 23
0
Problem with sync user account from Samba Master to Samba Slave
...:~# ldapsearch -LLL -x -H ldap://10.13.xxx.xxx -b "DC=domain,DC=com" -D "CN=administrator,CN=Users,DC=domain,DC=com" -wMyP at ssword "(sAMAccountName=steave)"
> dn: CN=Steave,CN=Users,DC=domain,DC=com
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: user
> cn: Steave
> givenName: Steave
> instanceType: 4
> whenCreated: 20190823191136.0Z
> whenChanged: 20190823191136.0Z
> displayName: Steave
> uSNCreated: 2928230
> .....
> .....
> .....
>
> [???????.]
>
>
>
> Check on samba-1 -&g...
2004 Jul 05
1
Accounts are getting disabled
...without password hashes) of saturday:
dn: uid=alexander-cristea,ou=kl-1g3,ou=people,dc=wms-hn,dc=de
userPassword:: e0NSWVBUfTE3NnUxQzA0ZDhCbG8=
shadowLastChange: 11947
sambaPwdLastSet: 1
objectClass: posixAccount
objectClass: shadowAccount
objectClass: inetOrgPerson
objectClass: person
objectClass: organizationalPerson
objectClass: top
objectClass: sambaSamAccount
cn: alexander-cristea
sn: alexander-cristea
uid: alexander-cristea
homeDirectory: /home/kl-1g3/alexander-cristea
gecos: "kl-1g3"
loginShell: /bin/sh
shadowMin: 1
shadowMax: 99999
shadowWarning: 14
sambaPwdMustChange: 1800000000
gidNumber: 112...
2018 Sep 10
2
schema enhancement recommandation?
...tion tags in the computer
section, i.e. partition information or macadress of the nic.
So I tried to enhance the schema (using 4.10.0pre1-GIT-8c00c017cb5) i.e.
simple with
>>> cat win.ldif
dn: CN=DEMO-01,CN=Computers,DC=dmiserver,DC=lan
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: computer
CN: DEMO-01
name: DEMO-01
userAccountControl: 4096
sAMAccountName: DEMO-01$
operatingSystem: Windows 8.1 Professional Volume
operatingSystemVersion: 6.3 (9600)
which worked fine:
>>> ldbadd -H /var/lib/samba/private/sam.ldb < win.ldif
Added 1 re...
2015 Jan 23
2
Multiple attributes
Hi All
I am tying to create a user in SAMBA 4 AD with ldapadd, but its not allow
me to add multiple mail attributes, here is my ldif of user.
dn: CN=ayesha,CN=Users,DC=samba4pdc,DC=net
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: ayesha
name: ayesha
sAMAccountName: ayesha
userPrincipalName: Ayesha Umar
objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=samba4pdc,DC=net
userAccountControl: 512
distinguishedName: CN=ayesha,CN=Users,DC=samba4pdc,DC=net
mail: ayesha at samba4pdc.net
mail: ayesha at sa...
2018 Mar 12
2
Accentuation in the user's CN
...cking the user configuration via
samba-tool user edit <username> in the location where the CN should be
readable, a hexadecimal or something of that type appears.
E.g: Acentuação da Silva
dn: CN=Acentuação da Silva,OU=TESTE,DC=teste,DC=intra
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn:: QWNlbnR1YcOnw6NvIGRhIFNpbHZh
sn: da Silva
givenName:: QWNlbnR1YcOnw6Nv
instanceType: 4
whenCreated: 20180312195626.0Z
whenChanged: 20180312195626.0Z
displayName:: QWNlbnR1YcOnw6NvIGRhIFNpbHZh
uSNCreated: 114017
name:: QWNlbnR1YcOnw6NvIGRhIFNpbHZh
objectGUID: b4e527e8-229a-46f...
2016 Mar 24
2
Winbind doesn't honor rfc2307 data set in AD (Samba 4.3.6 on Debian jessie)
...BOX\domain guests:x:3000012:
[...]
The user VBOX\dhcp has no unix attribute set but it is still listed
with an uid-number outside "valid" range:
# ldbsearch -H /var/lib/samba/private/sam.ldb cn=dhcp
dn: CN=dhcp,CN=Users,DC=vbox,DC=local
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: dhcp
description: Unprivileged user for DNS updates via DHCP server
instanceType: 4
whenCreated: 20160322092859.0Z
uSNCreated: 3788
name: dhcp
objectGUID: f3db65e5-324e-4a7b-b2a7-0680cc15ea03
badPwdCount: 0
codePage: 0
countryCode: 0
badPasswordTime: 0
lastLogoff: 0
lastLogon:...
2018 Sep 29
3
Authenticate users using their firstname
...ail server. My users in LDAP is like this:
dn: uid=firstname,ou=People,dc=domain,dc=com
uid: firstname
uidNumber: 4025
gidNumber: 4025
givenName: firstname
objectClass: top
objectClass: person
objectClass: posixAccount
objectClass: shadowAccount
objectClass: organizationalPerson
objectClass: inetOrgPerson
loginShell: /bin/bash
homeDirectory: /home/firstname
cn: firstname lastname
mail: firstname.lastname at domain.com<mailto:firstname.lastname at domain.com>
This is how I connect Dovecot with LDAP
hosts = ldapserver
ldap_version = 3...
2015 Apr 23
3
RFC2307 attributes not being read by DC2 in 4.2.1
...54775807
logonCount: 0
sAMAccountName: fsmith
sAMAccountType: 805306368
objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=samdom,DC=example,DC=org
uid: fsmith
uidNumber: 1000006
gidNumber: 50023
loginShell: /bin/false
objectClass: top
objectClass: posixAccount
objectClass: person
objectClass: organizationalPerson
objectClass: user
pwdLastSet: 130742201680000000
userAccountControl: 512
msSFU30NisDomain: samdom
unixHomeDirectory: /dev/null
msSFU30Name: fsmith
unixUserPassword: ABCD!efgh12345$67890
userPrincipalName: fsmith at samdom.example.org
whenChanged: 20150422234929.0Z
uSNChanged: 4565
distinguishedName...
2016 Mar 27
0
Unable to join DC to domain
...Default-
> First-Site-Name,CN=Sites,CN=Configuration,DC=cb,DC=cliffbells,DC=com
>
>
>
> # record 3275
> dn: CN=CBADC02\0ADEL:b34ccfd9-0f88-4f7b-8c00-3296ed92507d,CN=Deleted
> Objects,DC=cb,DC=cliffbells,DC=com
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: user
> objectClass: computer
> instanceType: 4
> whenCreated: 20160321212014.0Z
> uSNCreated: 4287
> objectGUID: b34ccfd9-0f88-4f7b-8c00-3296ed92507d
> userAccountControl: 4128
> objectSid: S-1-5-21-2555112579-3841919511-698463993-1602
> sAMAccountName: CBA...
2007 Oct 11
2
SAMBA+LDAP-How to promote Administrator with all priviliges?
...tup samba+ldap an almost everything went well, accept the fact,
that there was no administrative account from the beginning. So I just
created one using smbldap-useradd.
samba-pdc:~# /usr/sbin/smbldap-usershow administrator
dn: uid=administrator,ou=Users,dc=rhhu,dc=local
objectClass:
top,person,organizationalPerson,inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount
cn: administrator
sn: administrator
givenName: administrator
uid: administrator
uidNumber: 1004
gidNumber: 513
homeDirectory: /home/administrator
loginShell: /bin/bash
gecos: System User
sambaLogonTime: 0
sambaLogoffTime: 2147483647
sambaKick...
2019 Aug 23
2
Problem with sync user account from Samba Master to Samba Slave
...?.]
root at samba-ad:~# ldapsearch -LLL -x -H ldap://10.13.xxx.xxx -b "DC=domain,DC=com" -D "CN=administrator,CN=Users,DC=domain,DC=com" -wMyP at ssword "(sAMAccountName=steave)"
dn: CN=Steave,CN=Users,DC=domain,DC=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: Steave
givenName: Steave
instanceType: 4
whenCreated: 20190823191136.0Z
whenChanged: 20190823191136.0Z
displayName: Steave
uSNCreated: 2928230
.....
.....
.....
[???????.]
Check on samba-slave1 -> Not sync
[???????.]
root at samba-slave1:~# ldapsearch -LLL -x -H ldap:/...
2011 Oct 05
1
Dovecot + managesieve + ldap not working
...ions: +imapflags
And my ldap conf:
hosts = ldap.piratenfraktion-berlin.de
auth_bind = yes
auth_bind_userdn = uid=%u,ou=people,dc=domain,dc=de
ldap_version = 3
base = dc=domaindc=de
deref = never
scope = subtree
user_attrs = uid=mail=maildir:/var/mail/%$/Maildir/
user_filter = (|(&(objectClass=organizationalPerson)(uid=%Ln))(&(objectClass=organizationalPerson)(mail=%Lu)))
pass_attrs = uid=user,userPassword=password
pass_filter = (&(objectClass=organizationalPerson)(uid=%u))
If I try to talk to managesieve with telnet this happens:
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escap...
2015 Jan 23
3
Multiple attributes
...>>
>> I am tying to create a user in SAMBA 4 AD with ldapadd, but its not allow
>> me to add multiple mail attributes, here is my ldif of user.
>>
>> dn: CN=ayesha,CN=Users,DC=samba4pdc,DC=net
>> objectClass: top
>> objectClass: person
>> objectClass: organizationalPerson
>> objectClass: user
>> cn: ayesha
>> name: ayesha
>> sAMAccountName: ayesha
>> userPrincipalName: Ayesha Umar
>> objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=samba4pdc,DC=net
>> userAccountControl: 512
>> distinguishedName: CN=ayesha,CN=Us...
2007 Jun 12
2
LDAP subtree search on AD
...group: vmail
/etc/dovecot/dovecot-ldap.conf
hosts = 192.168.0.11
dn = cn=dovecot,cn=Users,dc=tecnicopias01,dc=com,dc=br
dnpass = password
ldap_version = 3
auth_bind = yes
base = DC=tecnicopias01,DC=com,DC=br
deref = never
scope = subtree
user_attrs = info=mail
user_filter = (&(objectClass=organizationalPerson)(sAMAccountName=%u))
user_global_uid = 5000
user_global_gid = 5000
I can authenticate using pam+krb5 with success, but when I try to make a
userdb search to get maillocation for the authenticated user, I get in
trouble. The ldap_search doesn't make subtree search, making only onelevel
search....
2017 Jun 19
2
New AD user cannot access file share from member server
...example,DC=com
> >>> memberOf: CN=Group12,CN=Users,DC=samdom,DC=example,DC=com
> >>> homeDirectory: \\MEMBER1\home\rowland
> >>> objectClass: top
> >>> objectClass: securityPrincipal
> >>> objectClass: person
> >>> objectClass: organizationalPerson
> >>> objectClass: user
> >>> gidNumber: 10000
> >>> lastLogonTimestamp: 131418520439158520
> >>> whenChanged: 20170613182723.0Z
> >>> uSNChanged: 121030
> >>> lastLogon: 131423412865104840
> >>> logonCount: 633
>...
2012 Aug 07
3
SMB+LDAP
...server? Note the sambaSID is as is, gobblygook info:
dsAttrTypeNative:eduPersonAffiliation: Employee Member
dsAttrTypeNative:givenName: David
dsAttrTypeNative:homeDirectory: /afs/cats.csux.edu/users/t/dsixpack
dsAttrTypeNative:mail: dsixpack at csux.edu
dsAttrTypeNative:objectClass: posixAccount organizationalPerson
csuxPerson top sambaSamAccount person inetOrgPerson csuxMain eduPerson
dsAttrTypeNative:sambaSID: S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX
dsAttrTypeNative:sn: Sixpack
dsAttrTypeNative:csuxPersonGuID: G000242316
AppleMetaNodeLocation: /LDAPv3/ldap-99.soe.csux.edu
AppleMetaRecordName: uid=dsixpack,...
2007 Apr 13
4
smbldap-useradd not creating machine accounts in correct fashion
...ttributes being added in LDAP, however...
Something odd is happening when I (or samba) tries to create a machine
account with 'smbldap-useradd -w test1$' - an entry is created that
looks like this:
dn: uid=test1$,ou=computers,dc=redcircle
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: posixAccount
cn: test1$
sn: test1$
uid: test1$
uidNumber: 1041
gidNumber: 515
homeDirectory: /dev/null
loginShell: /bin/false
description: Computer
gecos: Computer
Needless to the computer is not able to join the domain...
Whereas a working entry migrated f...