search for: displaynam

Displaying 20 results from an estimated 819 matches for "displaynam".

Did you mean: displayname
2015 Nov 13
2
Problem switching to BIND9_DLZ
...arameters names.policyid = str(res7[0]["cn"]).replace("{","").replace("}","") IndexError: list index out of range That is the names.policyid line in below snippet ----------------------------------- res7 = samdb.search(expression="(displayName=Default Domain Policy)", base="CN=Policies,CN=System," + basedn, scope=ldb.SCOPE_ONELEVEL, attrs=["cn","displayName"]) names.policyid = str(res7[0]["cn"]).replace("{","").replac...
2014 Feb 24
2
URGENT: big problem with displayName.
Hi, Sorry for my urgent request, but we have a problem with user who have strange displayname Yesterday (23/02/2014), we do a classic-upgrade from a ldap tree to a DC server. But user with accent have bad displayName and maybe cause problem when user try to connect to her computer. I'm unable to change displayName by ADUC, ldbmodify or ldbedit. GENSEC backend 'gssapi_spnego...
2015 Nov 13
2
[SOLVED] Re: Problem switching to BIND9_DLZ
...).replace("{","").replace("}","") >> IndexError: list index out of range >> >> >> That is the names.policyid line in below snippet >> >> ----------------------------------- >> res7 = samdb.search(expression="(displayName=Default Domain >> Policy)", >> base="CN=Policies,CN=System," + basedn, >> scope=ldb.SCOPE_ONELEVEL, >> attrs=["cn","displayName"]) >> names.policyid = str(res7[0]["cn"])...
2004 Aug 13
2
smbpasswd overwrites existing displayname in LDAP entry
Configuration: Samba 2.2.8a with openLDAP 2.1.30 on a SeSE 8.2. server When adding a user using a ldif file we give the user a given name, say Ruud Baart. The cn and uid are the same, say 21cs12345 (a studentnumber). After adding the user to LDAP the displayname is as expected: "Ruud Baart". However after smbpasswd -a 21cs12345 -s secret the displayname is "21cs12345". That is, of course, not what we want. Is there any solution for this problem? Met vriendelijke groet/Regards, Prompt R.J. Baart Kerkstraat 173 5261 CW Vught Netherla...
2005 Oct 11
2
displayName vs. cn
In 3.0.20a/ldapsam the Usrmgr shows in the all users view the displayName attribute as full name, but in the user properties view the cn attribute. Seems a little bit inconsistent to me, shouldn't be the algorithm to retrieve the full name always the same? Daniel
2015 Nov 13
0
[SOLVED] Re: Problem switching to BIND9_DLZ
...str(res7[0]["cn"]).replace("{","").replace("}","") > IndexError: list index out of range > > > That is the names.policyid line in below snippet > > ----------------------------------- > res7 = samdb.search(expression="(displayName=Default Domain Policy)", > base="CN=Policies,CN=System," + basedn, > scope=ldb.SCOPE_ONELEVEL, > attrs=["cn","displayName"]) > names.policyid = str(res7[0]["cn"]).replace("{",&qu...
2005 Oct 20
1
Samba+LDAP Groups resolving problem
...like in the idealx manual. The LDAP log file : Oct 20 14:34:31 kope slapd[6707]: conn=1 op=28 SRCH base="ou=Users,dc=r-kb,dc=si" scope=2 deref=0 filter="(&(uid=*)(objectClass=sambaSamAccount))" Oct 20 14:34:31 kope slapd[6707]: conn=1 op=28 SRCH attr=uid sambaSid displayName description sambaAcctFlags Oct 20 14:34:32 kope slapd[6707]: conn=1 op=28 SEARCH RESULT tag=101 err=0 nentries=511 text= Oct 20 14:34:32 kope slapd[6707]: conn=1 op=29 SRCH base="ou=Groups,dc=r-kb,dc=si" scope=2 deref=0 filter="(&(objectClass=sambaGroupMapping)(sambaGroupT...
2003 Dec 26
3
error in logs after upgrade to 3.0.1
This is probably pretty simple. The following error appears in my logs since upgrading from version 2.2.8 to 3.0.1: [2003/12/25 14:44:09, 0] rpc_server/srv_util.c:get_domain_user_groups(372) get_domain_user_groups: primary gid of user [testuser] is not a Domain group! get_domain_user_groups: You should fix it, NT doesn't like that I'm guessing that my user's primary group
2000 May 17
6
Documentation
I just installed Red Hat v. 6.2 and would like to configure SAMBA. I was wondering if you could point me to some good documentation sites that can lead me step by step through setup and configuration of SAMBA. I'll be experimenting with it in the meantime but your help will be extremely helpfull. Thank you, Jerry Lawson MCSE, MCP +Internet
2005 Oct 18
0
Can't delete users which have the displayName attribute in ldapsam
Hi, i just migrated my NT Domain to samba (3.0.20) with ldapsam. Now, when i try to delete a user via usrmgr, i get an 'access denied' error. The log says: Object class violation (attribute 'displayName' not allowed) And thats true. I have 'ldap delete dn = no' in the configfile, and hence only some attributes are deleted. The list of these attributes is in lib/smbldap.c, array attrib_map_to_delete_v30[]. The attribute displayName isn't mentioned in this array. On the other side...
2007 Aug 21
1
Samba + LDAP + displayName attribute
Hi All, I have a rather strange, if not critical, issue with samba as a NT4 domain controller. We have samba [version 3.0.24] set up as a PDC using LDAP as a backend. Each account was created using the IDEALX scripts, has a displayName set to a users full name, say Joe Bloggs. The actual UID of the account is different, say bloggsjoe. When signing into Window XP, everything works fine. Clicking on the start menu shows whatever is set in displayName at the top as the persons name. However, after an as yet undetermined amount...
2015 Nov 13
2
[SOLVED] Re: Problem switching to BIND9_DLZ
...: >> >> res7 = >> samdb.search(expression="(name={31B2F340-016D-11D2-945F-00C04FB984F9})", >> base="CN=Policies,CN=System," + basedn, >> scope=ldb.SCOPE_ONELEVEL, >> attrs=["cn","displayName"]) >> names.policyid = str(res7[0]["cn"]).replace("{","").replace("}","") >> >> which is the same as: >> >> ldbsearch -H /usr/local/samba/private/sam.ldb -b >> "cn=Policies,cn=System,dc=samdom,dc=e...
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
2018 Mar 07
1
Fwd: Migrating server
dn: cn=Domain Admins,ou=groups,dc=mydomain objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping gidNumber: 512 cn: Domain Admins description: Netbios Domain Administrators sambaSID: S-1-5-21-3936576374-1604348213-1812465911-512 sambaGroupType: 2 displayName: Domain Admins memberUid: root memberUid: sadmin dn: cn=Domain Users,ou=groups,dc=mydomain objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping gidNumber: 513 cn: Domain Users description: Netbios Domain Users sambaSID: S-1-5-21-3936576374-1604348213-1812465911-513 sambaGroupTy...
2003 Nov 20
0
Problem with public shares
...ctClass: organizationalUnit description: System Groups # Domain Users, group, mr.inf.tu-dresden.de dn: cn=Domain Users,ou=group,dc=mr,dc=inf,dc=tu-dresden,dc=de objectClass: sambaGroupMapping objectClass: posixGroup objectClass: top gidNumber: 201 cn: Domain Users description: Windows Domain Users displayName: Domain Users sambaGroupType: 2 sambaSID: S-1-5-21-3646860325-1815257157-3205558847-513 # Power Users, group, mr.inf.tu-dresden.de dn: cn=Power Users,ou=group,dc=mr,dc=inf,dc=tu-dresden,dc=de objectClass: sambaGroupMapping objectClass: posixGroup objectClass: top cn: Power Users description: Memb...
2010 Aug 18
1
Extension for sorting mails by Displayname
Hi everybody, first of all, thanks Timo for version 2.0. Currently I want to sort mails server-side by displayname of FROM and TO. There is an extension for it, but I think dovecot does not support it at the moment. It is defined in RFC 5957: https://www.tools.ietf.org/html/rfc5957 Is there an dovecot extension for it, how can I get that running? Michael
2006 Oct 25
1
smbldap-tools, gecos, & displayName
Hi, I am using the Idealx smbldap scripts to manage my samba users in an OpenLDAP backend. The smbldap.conf specifies the value for the gecos attribute, which is then propogated to the displayName attribute by the smbldap-useradd script. As a result when I log on to windows the user is displayed as "System User" in the start menu (and presumably other places as well). Ideally there would be a way to make displayName default to the username if not otherwise specified. Does anyon...
2003 Oct 12
1
Error when creating user with Samba 3.0 & LDAP
Hy, I just install OpenLDAP 2.0 and Samba 3.0. (both from RPM). I used tools from idealx (found in src from Samba 3.0) to populate the ldap tree. My ldap is empty when i start, i just added index and samba.schema in slapd.conf. I used net rpc getsid to generate my domain SID and put in the smbldap_conf.pm with others options (dc, ou, dn etc.) I didn't get any error with this tool, it create
2007 Apr 09
3
net rpc vampire umlauts (äöüß) problem
Hi, im using net rpc vampire to migrate users/ groups from nt4 to samba3 with ldap backend. But the umlauts (????) in the displayname are malformend. Unix charset in smb.conf is set to ISO8859-1. Any hint how to correct this? Regards S.Drees
2007 Nov 05
1
smbldap_tools error
...=Domain Admins,ou=Groups,dc=gomer,dc=mdah,dc=state,dc=ms,dc=us objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping gidNumber: 512 cn: Domain Admins memberUid: root description: Netbios Domain Administrators sambaSID: S-1-5-21-264571052-2849996808-2029774292-512 sambaGroupType: 2 displayName: Domain Admins # Domain Users, Groups, gomer.mdah.state.ms.us dn: cn=Domain Users,ou=Groups,dc=gomer,dc=mdah,dc=state,dc=ms,dc=us objectClass: top objectClass: posixGroup objectClass: sambaGroupMapping gidNumber: 513 cn: Domain Users description: Netbios Domain Users sambaSID: S-1-5-21-264571052-...