Displaying 20 results from an estimated 827 matches for "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("{","").replace...
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
Netherlan...
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("{",&quo...
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)(sambaGroupTy...
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
2024 Aug 14
2
samba-tool user add - weird resulting
On Wed, 14 Aug 2024 11:05:23 +0200
Franta Hanzlik via samba <samba at lists.samba.org> wrote:
> Rowland, thank you for response.
> But I still think there's nothing stopping Samba from being better
> than Windows at this, and introducing some switches like
> --displayname
> --commonname
> --name
> --exclude-initials-in-dn
> or something similar.
>
> After all, what are the various attributes displayName/cn/name for, if
> they cannot be entered when creating a user.
>
OK, the 'commonname' or 'cn' is also part of the use...
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 o...
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=ex...
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
2024 Aug 15
1
samba-tool user add - weird resulting
...ug 2024 11:05:23 +0200
> Franta Hanzlik via samba <samba at lists.samba.org> wrote:
>
>> Rowland, thank you for response.
>> But I still think there's nothing stopping Samba from being better
>> than Windows at this, and introducing some switches like
>> --displayname
>> --commonname
>> --name
>> --exclude-initials-in-dn
>> or something similar.
>>
>> After all, what are the various attributes displayName/cn/name for, if
>> they cannot be entered when creating a user.
>>
>
> OK, the 'commonname...
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
sambaGroupTyp...
2024 Aug 15
1
samba-tool user add - weird resulting
...t; Franta Hanzlik via samba <samba at lists.samba.org> wrote:
> >
> >> Rowland, thank you for response.
> >> But I still think there's nothing stopping Samba from being better
> >> than Windows at this, and introducing some switches like
> >> --displayname
> >> --commonname
> >> --name
> >> --exclude-initials-in-dn
> >> or something similar.
> >>
> >> After all, what are the various attributes displayName/cn/name
> >> for, if they cannot be entered when creating a user.
> >&g...
2024 Aug 15
1
samba-tool user add - weird resulting
...ia samba <samba at lists.samba.org> wrote:
>> >
>> >> Rowland, thank you for response.
>> >> But I still think there's nothing stopping Samba from being better
>> >> than Windows at this, and introducing some switches like
>> >> --displayname
>> >> --commonname
>> >> --name
>> >> --exclude-initials-in-dn
>> >> or something similar.
>> >>
>> >> After all, what are the various attributes displayName/cn/name
>> >> for, if they cannot be entered when c...
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: Membe...
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