Displaying 20 results from an estimated 3408 matches for "objectclasses".
2007 Mar 01
1
LDAP error
Hi,
When i try to inser this on LDAP database, i get this error:
"ldapadd: invalid format (line 14) entry:
"uid=spessoa,ou=users,ou=accounts,dc=telbit,dc=pt""
I can't see nothing wrong.
The .ldif file follows my signature.
Any help would be appreciated.
Warm Regards,
M?rio Gamito
--
dn: dc=telbit,dc=pt
objectClass: top
objectClass: dcObject
objectClass: organization
o:
2008 Oct 22
5
LDAP Problem
I am trying to configure puppet with LDAP repository . I have set puppet
schema and I have also added node definition at LDAP.
Here is my configuration details .
##############################################################
Puppet.conf
node_terminus = ldap
ldapserver = 10.250.11.127
ldapbase = ou=Hosts,dc=xyz,dc=com
ldapassword = secret
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
2008 Feb 15
2
Joining a Windows XP pc to Samba / LDAP domain
Hi, guys,
I'm trying to create a PDC using Samba with an LDAP backend. According
to all the guides I read, this should be fairly easy really, but I've
done nothing else for the last week and it still doesn't work the way
the manual says it should! As far as I can see, everything is set up and
working correctly right up to the point when I try and join a machine to
the domain.
2002 Mar 07
3
ldap problems
Hello,
I am doing a samba pdc with ldap. When I try to login to the domain, or
access some shares I get this in my ldap logs:
Mar 7 16:46:16 localhost slapd[3588]: conn=25 op=4 SRCH
base="ou=People,dc=test,dc=org" scope=1
filter="(&(objectClass=posixAccount)(uid=DOMAIN\5CTD))"
Mar 7 16:46:16 localhost slapd[3588]: conn=25 op=4 SEARCH RESULT
tag=101 err=0 text=
My
2007 Nov 05
1
smbldap_tools error
I'm following along in the Samba 3 By Example.pdf and on Page 190 it has
me run:
[root@gomer ~]# smbldap-useradd -m -a test2
No such object at /usr/sbin//smbldap_tools.pm line 473.
I am running smbldap_tools .0.9.4 and I have ran configure.pm and set it
up correctly.
The stanza in the code of line 473:
# all entries = does_sid_exist($sid,$config{scope})
sub does_sid_exist
{
my $sid =
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:
2007 Mar 26
2
Problems with LDAP
Hi,
I'm making a schema for my company's co-workers, but i'm obviosuly doing
something wrong, because i get:
ldapadd -x -D "cn=admin,dc=telbit,dc=pt" -w secret -f people.ldif
adding new entry "dc=telbit,dc=pt"
ldapadd: no attributes to change or add (entry="cn=admin,dc=telbit,dc=pt")
My schema file (experimantel) is:
## objectclass definition for
2003 Nov 20
0
Problem with public shares
Hello!
I'm running Samba 3.0.0 with Openldap 2.1.22.
Samba is my PDC and I'm using ldapsam as backend. Nearly everythings
works, but I have a public share [tmp] which should be accessible
without authentication from all clients even if they are no domain
members. I think, my share definition is o.k. in smb.conf but if I
click on the Samba server symbol on a client (Microsoft Windows
2010 Oct 07
1
ldif invalid per syntax
Hello CentOS
I am having a bit of trouble importing an ldif into openldap, tho the
syntax looks a-ok to me. I am attempting to import my sudoers list
into my ldap configuration and I used an application called sudoers2ldif
to generate the ldif.
I used the following command to import the file:
=============================================
[root at bluethundr-desktop:~/txt/ldif ] $:ldapadd -h
2005 Jun 10
2
samba ldap problem
I have tried to create a samba domain with a ldap backend.
This is how my ldap structure looks like.
# example.com
dn: dc=example,dc=com
objectClass: dcObject
objectClass: organization
o: example
dc: example
# groups, example.com
dn: ou=groups,dc=example,dc=com
objectClass: organizationalUnit
ou: groups
# Domain Admins, groups, example.com
dn: cn=Domain Admins,ou=groups,dc=example,dc=com
2004 Jul 31
3
Openldap samba 3.0.5 net group add does not work
When I run net add groupmap rid=512 ntgroup="Domain Admins"
UNIXgroup="ntadmins" i get this error:
adding entry for group Domain Admins failed!
The error isn't very specific and the log doesn't show any error. I look in
the log (log level -1 in slapd.conf) and I can tell it is able to search. I
can post the syslog if you need it. I think their is an error in my
2020 Jul 20
3
Migrate mail aliases to AD ypServ30
How could I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local?
dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local
cn: abuse
objectClass: nisMailAlias
objectClass: top
rfc822MailMember: root
dn: cn=noc,ou=Aliases,DC=mydomail,DC=local
cn: noc
objectClass: nisMailAlias
objectClass: top
rfc822MailMember: root
dn: cn=security,ou=Aliases,DC=mydomail,DC=local
cn:
2020 Jul 20
2
Migrate mail aliases to AD ypServ30
Mon, 20 Jul 2020 11:56:57 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 20/07/2020 11:11, RhineDevil via samba wrote:
> > How could I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local?
> >
> > dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local
> > cn: abuse
> > objectClass: nisMailAlias
> > objectClass:
2017 Aug 18
4
AutoFS
Hi all,
I would like to use AutoFS on Samba but I encounter difficulties with
ldap entries.
I have already add the Automount Schema from the Wiki
(https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I
can't add "auto_master" and the folowings leaf.
I tried :
dn: automountmapname=auto_master,dc=MYDOMAIN
automountMapName: auto_master
objectClass: automountMap
2008 Nov 05
1
Samba 3.2.4 not locking accounts?
Hello guys!
I'm using samba 3.2.4 (binaries from samba.org) on SLES9+sp3.
I am building a PDC with LDAP support (i am attaching my config files),
I'm also using ldapsam:trusted and ldapsam:editposix.
Although I am setting the account lock after 3 failed tries in usrmgr,
and verified that the parameters are actually set in the LDAP, no
locking occurs.
I started thinking that it was my
2003 Nov 20
0
can't join NT4 wks into samba 3.0.0 domain
When I try to join the wks into samba domain using Administrator account
I receive following in logfile:
[2003/11/20 10:03:21, 2]
rpc_server/srv_samr_nt.c:access_check_samr_object(93)
_samr_open_domain: ACCESS DENIED (requested: 0x00000211)
[2003/11/20 10:03:21, 2]
rpc_server/srv_samr_nt.c:access_check_samr_function(115)
_samr_create_user: ACCESS DENIED (granted: 0x00000201; required:
2003 Apr 19
0
3.0 alpha23 ldapsam/group mapping issue
I just moved from using samba 2.2.5 using ldapsam on a mac os x server
10.2.5 system to samba 3.0 alpha23. I have this samba server acting as a
PDC. I would like to enable group mappings but am having an issue.
This is the first group mapping error I get when a user first logs in:
ldap_connect_system: succesful connection to the LDAP server
[2003/04/19 13:39:00, 2]
2020 Jul 26
2
Naming violation: objectClass: myObjectClass not a valid child class for <>
Sun, 26 Jul 2020 09:57:05 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 26/07/2020 09:43, RhineDevil via samba wrote:
> > 64 Naming violation: objectClass: myObjectClass not a valid child class for <OU=myOrganizationUnit,DC=domain,DC=local>
> > Could someone give me an hint on why such an error could occur?
>
> Please post the ldif you are trying
2015 Apr 10
2
samba member logon.. question.
Greetings, Rowland Penny!
> On 10/04/15 08:54, Luca Olivetti wrote:
>> El 09/04/15 a les 18:31, Rowland Penny ha escrit:
>>
>>> If your tools rely on the posix objectclasses being there, then they are
>>> broken. The posix objectclasses are auxiliaries of other AD
>>> objectclasses and as such, no windows tools will add them.
>> but, e.g., samba-tool with --uid will:
> Yes, I know, but it shouldn't!
Ok, what other schema contains the fo...