search for: dcobject

Displaying 20 results from an estimated 64 matches for "dcobject".

2015 Nov 27
3
LDAP setup on Centos 7
...info: value of single-valued naming attribute 'dc' > conflicts with value present in entry > [root at ollie2 ~]# cat basedomain.ldif > # replace to your own domain name for "dc=***,dc=***" section > > dn: dc=ringways,dc=com > objectClass: top > objectClass: dcObject > objectclass: organization > o: Ringways > dc: Server > > dn: cn=Manager,dc=server,dc=world > objectClass: organizationalRole > cn: Manager > description: Directory Manager > > dn: ou=People,dc=ringways,dc=com > objectClass: organizationalUnit > ou: People &gt...
2015 Nov 27
1
[MASSMAIL]Re: LDAP setup on Centos 7
...hrieb Gary Stainburn <gary at ringways.co.uk>: > On Friday 27 November 2015 16:14:32 Leon Fauster wrote: >> # systemctl stop slapd >> >> # slapadd -v -l this-ldif-file >> >> >> # cat this-ldif-file >> dn: dc=ringways,dc=com >> objectClass: dcObject >> objectclass: organization >> o: Ringways >> dc: ringways >> >> # systemctl start slapd >> >> >> # ldapadd -x -D cn=Manager,dc=ringways,dc=com -W -f the-rest-of-yourfile > > (Sorry, but I am doing this parrot fashion as I really don't...
2015 Nov 27
2
LDAP setup on Centos 7
I am trying to get LDAP working on my mail server for both user authentication and addressbook purposes. I have tried the tutorials on both http://www.server-world.info/en/note?os=CentOS_7&p=openldap&f=1 and http://albanianwizard.org/ubuntu-10-0-4-lucid-lynx-ldap-configuration-the-working-how-to.albanianwizard (The second one is for Ubuntu, but claimed to be a complete and working
2015 Nov 27
0
[MASSMAIL]Re: LDAP setup on Centos 7
On Friday 27 November 2015 16:14:32 Leon Fauster wrote: > # systemctl stop slapd > > # slapadd -v -l this-ldif-file > > > # cat this-ldif-file > dn: dc=ringways,dc=com > objectClass: dcObject > objectclass: organization > o: Ringways > dc: ringways > > # systemctl start slapd > > > # ldapadd -x -D cn=Manager,dc=ringways,dc=com -W -f the-rest-of-yourfile (Sorry, but I am doing this parrot fashion as I really don't understand LDAP yet) All of this is taken f...
2016 Aug 25
2
Join an additional Samba DC to an existing Active Directory
...pdc.kes.local pdc.kes.local has address 192.168.122.2 ldapsearch -h pdc.kes.local -b'dc=kes,dc=local' -x # extended LDIF # # LDAPv3 # base <dc=kes,dc=local> with scope subtree # filter: (objectclass=*) # requesting: ALL # # kes.local dn: dc=kes,dc=local objectClass: top objectClass: dcObject objectClass: organization o: kes.local dc: kes ... but when I try samba-tool domain join kes.local DC -Uadministrator --realm=KES.local --dns-backend=SAMBA_INTERNAL Finding a writeable DC for domain 'kes.local' Found DC pdc.kes.local Failed to bind - LDAP client internal error: NT code 0...
2018 May 03
1
failed to bind the server
...idmap config * : backend = ldap idmap config * : ldap_url = ldap:/// idmap config * : ldap_base_dn = ou=idmap,dc=bean,dc=mydomain,dc=com idmap config * : ldap_user_dn = cn=admin,dc=bean,dc=mydomain,dc=com the slapcat result dn: dc=bean,dc=mydomain,dc=com objectClass: top objectClass: dcObject objectClass: organization o: mydomain.com dc:bean structuralObjectClass: organization creatorsName: cn=admin,dc=bean,dc=mydomain,dc=com dn: cn=admin,dc=bean,dc=mydomain,dc=com objectClass: simpleSecurityObject objectClass: organizationalRole cn: admin description: LDAP administrator modifiersNam...
2004 May 19
1
"ldap_add: Already exists (68)"
...n: ou=Users,dc=EAGLES,dc=com objectclass: top objectclass: organizationalunit ou: Users description: Users of the Organization dn: ou=Computers,dc=EAGLES,dc=com objectclass: top objectclass: organizationalunit ou: Computers description: Windows Domain Computers dn: dc=EAGLES,dc=com objectclass: dcobject objectclass: organization o: EAGLES com. dc: EAGLES dn: ou=manager,dc=EAGLES,dc=com objectclass: organizationalrole cn: manager dn: cn=Domain Admins,ou=Groups,dc=EAGLES,dc=com objectClass: posixGroup gidNumber: 200 cn: Domain Admins memberUid: administrator description: Windows Domain Users d...
2006 Jul 24
2
[PATCH] Substitution of dots to ", dc=" in variable expansions
Hi list, my ldap directory uses DNs like this: uid=solist,ou=People,dc=solistland,dc=net,ou=Virtuals but I only could use something like uid=solist,ou=People,dc=solistland.net,ou=Virtuals with dovecot, which obviously isn't what the dcObject object class was meant to present. I've written a small function for var-expand.c which introduces a new modifier for string variable expansions, %D (arbitrarily chosen), which substitutes dots to ",dc=". You might want to include that in dovecot's code base, after bringing it up...
2007 Mar 26
2
Problems with LDAP
...oePerson' depends on core.schema. objectclass ( 1.3.6.1.4.1.7165.1.1.1.1 NAME 'msnMSN' SUP person STRUCTURAL MUST (mail) ) My lddif follows my signature. Any help would be appreciated. Warm Regards -- :wq! M?rio Gamito -- dn: dc=telbit,dc=pt objectClass: top objectClass: dcObject objectClass: organization o: telbit.pt dc: telbit dn: cn=admin,dc=telbit,dc=pt objectClass: organizationalRole cn: admin description: LDAP administrator userPassword:: e2NyeXB0fVQ3cnZKWVBXMGJCVnM= dn: ou=accounts,dc=telbit,dc=pt objectClass: top objectClass: organizationalUnit ou: accounts descri...
2008 Oct 22
5
LDAP Problem
...osts,dc=xyz,dc=com ldapassword = secret ############################################################# Node details #################### # extended LDIF # # LDAPv3 # base <dc=xyz,dc=com> with scope sub # filter: (objectclass=*) # requesting: ALL # # xyz.com dn: dc=xyz,dc=com objectClass: dcObject objectClass: organization o: Example Company dc: xyz # Manager, xyz.com dn: cn=Manager,dc=xyz,dc=com objectClass: organizationalRole cn: Manager # Hosts, xyz.com dn: ou=Hosts,dc=xyz,dc=com objectClass: organizationalUnit objectClass: top ou: Hosts # default, Hosts, xyz.com dn: cn=default,ou=Host...
2016 Aug 25
1
Join an additional Samba DC to an existing Active Directory
...39; -x >> # extended LDIF >> # >> # LDAPv3 >> # base <dc=kes,dc=local> with scope subtree >> # filter: (objectclass=*) >> # requesting: ALL >> # >> >> # kes.local >> dn: dc=kes,dc=local >> objectClass: top >> objectClass: dcObject >> objectClass: organization >> o: kes.local >> dc: kes >> >> ... >> >> but when I try >> >> samba-tool domain join kes.local DC -Uadministrator --realm=KES.local >> --dns-backend=SAMBA_INTERNAL >> Finding a writeable DC for domain &...
2010 Oct 07
1
ldif invalid per syntax
...looks like so: ====================================================== Enter LDAP Password: # extended LDIF # # LDAPv3 # base <dc=summitnjhome,dc=com> with scope subtree # filter: (objectclass=*) # requesting: ALL # # summitnjhome.com dn: dc=summitnjhome,dc=com dc: summitnjhome objectClass: dcObject objectClass: organization o: Summit NJ Home # staff, summitnjhome.com dn: ou=staff,dc=summitnjhome,dc=com ou: staff objectClass: organizationalUnit # summitnjops, staff, summitnjhome.com dn: ou=summitnjops,ou=staff,dc=summitnjhome,dc=com ou: summitnjops objectClass: organizationalUnit # people,...
2005 Mar 31
1
IDMAP LDAP problems
...et pam_password exop nss_base_passwd ou=People,dc=prefix1,dc=prefix2,dc=com?one nss_base_shadow ou=People,dc=prefix1,dc=prefix2,dc=com?one nss_base_group ou=Group,dc=prefix1,dc=prefix2,dc=com?one ssl no /etc/openldap/idmap.ldif dn: dc=prefix1,dc=prefix2,dc=com objectClass: dcObject objectClass: organization dc: prefix1.prefix2 o: xxx description: xxx dn: cn=Manager,dc=prefix1,dc=prefix2,dc=com objectClass: organizationalRole cn: Manager description: Directory Manager dn: ou=Idmap,dc=prefix1,dc=prefix2,dc=com objectClass: organizationalUnit ou: idmap /etc/krb5.conf [logging...
2004 Jul 31
3
Openldap samba 3.0.5 net group add does not work
...enum users = yes template homedir = /home/winnt/%D/%U template shell = /bin/bash idmap uid = 10000-20000 idmap gid = 10000-20000 Here is the ldap-init.ldif # Samba openldap configuration file # ------------------------------------------- # Organization for Samba Base dn: dc=sovereign objectclass: dcObject objectclass: organization dc: sovereign o: sovereign network test description: ldap configuration # Organizational Role for Directory Management dn: cn=Manager,dc=sovereign objectclass: organizationalRole cn: Manager description: Manager # Setting up container for users dn: ou=People,dc=sovereign...
2007 May 17
9
LDAP for Virtual Domains
Is anyone using LDAP along with Dovecot where mail is being accessed in the form of /var/vmail/${domain}/${user}? I have not figured out how to extract the domain from LDAP in order to make this work. I know this is sparse information but maybe there is an easy fix. If not, I can post more information. Bryan
2003 Dec 03
1
net rpc vampire is sucking my brain!
...es] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No Initldap.dif #O rganization for Samba Base dn: dc=nephrology,dc=iupui,dc=edu objectclass: dcObject objectclass: organization dc: nephrology o: Nephrology Net description: The Samba-3 Network LDAP Example # Organizational Role for Directory Management dn: cn=root,dc=nephrology,dc=iupui,dc=edu objectclass: organizationalRole cn: root description: Directory Manager # Setting up container for user...
2015 Nov 27
0
LDAP setup on Centos 7
...violation (64) additional info: value of single-valued naming attribute 'dc' conflicts with value present in entry [root at ollie2 ~]# cat basedomain.ldif # replace to your own domain name for "dc=***,dc=***" section dn: dc=ringways,dc=com objectClass: top objectClass: dcObject objectclass: organization o: Ringways dc: Server dn: cn=Manager,dc=server,dc=world objectClass: organizationalRole cn: Manager description: Directory Manager dn: ou=People,dc=ringways,dc=com objectClass: organizationalUnit ou: People dn: ou=Group,dc=ringways,dc=com objectClass: organizationalUni...
2016 Aug 25
0
Join an additional Samba DC to an existing Active Directory
...earch -h pdc.kes.local -b'dc=kes,dc=local' -x > # extended LDIF > # > # LDAPv3 > # base <dc=kes,dc=local> with scope subtree > # filter: (objectclass=*) > # requesting: ALL > # > > # kes.local > dn: dc=kes,dc=local > objectClass: top > objectClass: dcObject > objectClass: organization > o: kes.local > dc: kes > > ... > > but when I try > > samba-tool domain join kes.local DC -Uadministrator --realm=KES.local > --dns-backend=SAMBA_INTERNAL > Finding a writeable DC for domain 'kes.local' > Found DC pdc.kes....
2005 Sep 21
1
ldap: No password in reply
...ep 21 12:03:59 Info: auth(default): client out: FAIL 1 user=ole_wobble temp dovecot: Sep 21 12:04:01 Info: imap-login: Disconnected: user=<ole_wobble>, method=PLAIN, rip=157.193.44.68, lip=157.193.40.36, TLS This is my database: dn: dc=zalm,dc=UGent,dc=be objectClass: top objectClass: dcObject objectClass: organization o: Universiteit Gent dc: zalm dn: cn=admin,dc=zalm,dc=UGent,dc=be objectClass: simpleSecurityObject objectClass: organizationalRole cn: admin description: LDAP administrator userPassword:: e2NyeXB0fVpsbWpDb21kL3JSbkU= dn: ou=accounts,dc=zalm,dc=UGent,dc=be objectClass: t...
2011 Jun 08
1
Problem with IDMAP+LDAP+WINBIND
...[2011/06/08 16:57:54.847409,? 0] winbindd/idmap.c:589(idmap_alloc_init)????????????????????????????????????????????????????????????????????????????????????????? ? ERROR: Initialization failed for alloc backend, deferred! LDAP database is up and running. slapcat: dn: dc=server,dc=nas objectClass: dcObject objectClass: organization dc: server o: server structuralObjectClass: organization entryUUID: 6401d0ac-262b-1030-84d2-1370b5f1fe61 creatorsName: cn=admin,dc=server,dc=nas createTimestamp: 20110608145736Z entryCSN: 20110608145736Z#000000#00#000000 modifiersName: cn=admin,dc=server,dc=nas modifyTimes...