Displaying 20 results from an estimated 1400 matches similar to: "Ldap Objects for machines accounts"
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 19
2
SMB 3.0.1/LDAP Cannot add computer to domain
I'm trying to setup samba with ldapsam (Novell eDir 8.7.1). Right now I
can login to samba and browse my shares with user "Administrator", but when
I'm trying to add computer to domain I get "unknown user name or bad
password" error.
I have administrator, root and nobody accounts in ldap. And I have
manualy added following groupmappings to ldap-groups:
Domain Users
2006 Sep 06
4
FQDN nodes in LDAP
Hi,
I''ve set up puppet to get node definitions from LDAP as per the docs.
It''s been working well, but I now want to use fully qualified domain
names instead of simple domain-less hostnames for the node name.
I replaced the ou=Hosts entries with equivalent ones using FQDNs,
restarted the puppetmasterd, and tried a "puppetd --test" from one of
the nodes. However, I
2011 Jul 14
5
LDAP ENC
Seems straight forward enough but I keep getting errors. On a client...
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node ubuntu5.ttinet: LDAP Search failed
on the puppet master...
puppet.conf [master]
# ENC (external node classificiations)
node_terminus = ldap
ldapnodes = true
ldapclassattrs = puppetclass
# LDAP
ldapserver =
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:
2005 Oct 18
2
roll-yer-own ldapadd operations for scipt options?
I'm currently using the suse ldapsmb utility for all the script
operations, but I want to do some custom script work for creating user and
machine accounts. For example, I want to manipulate the default object
classes and directory placement for new machines--putting them into
ou=Devices instead of ou=Users, and giving them the parent objectClasses
of account and ipHost [for NIS and DHCP
2005 Mar 30
2
pdbedit - question on migration
question on pdbedit - when using it for a migration - existing data is
stored in tdbsam.
pbdedit -i tdbsam -e ldapsam
It wants to take existing machine accounts and put them into an
ou=Computers. I'd rather it put them in ou=People.
Samba version is 3.09
Thanks.......
Jon Johnston
Creative Business Solutions
IBM, Microsoft, Novell/Suse, Sophos Consultants
http://www.cbsol.com
2002 Oct 30
1
RFE: using rsync as a backup tool (preserve access time & compres s destination files) ?
Hi,
I know those questions have been asked before
but that was more than an year ago.
I'm hoping the situation has evolved now.
I'd like to use rsync as a backup tool
to move around some data.
I often have to move hundreds of GB,
and that takes some time. I'd like to use rsync
so that if something happens, I can restart
the migration without loosing what has already been
2009 Jan 20
5
from matrix to data.frame
Hello,
I have a question how to reshape a given matrix to a data frame.
# ----------------------------------
> a <- matrix(1:25, nrow=5)
> a
[,1] [,2] [,3] [,4] [,5]
[1,] 1 6 11 16 21
[2,] 2 7 12 17 22
[3,] 3 8 13 18 23
[4,] 4 9 14 19 24
[5,] 5 10 15 20 25
> colnames(a) <- LETTERS[1:5]
> rownames(a) <-
2007 Oct 10
5
Puppet ldapnodes issue
I am attempting to move our test puppet installation from looking for node information in a manifest to LDAP. I followed the instructions at: https://reductivelabs.com/trac/puppet/wiki/LdapNodes and was able to get the puppet schema loaded into our LDAP.
I can now query LDAP and modify/load data without any issues using the OpenLDAP tools.
e.g.
ldapsearch -h ldapdev1.domain.com -x
2001 Oct 19
1
Starwars Racer ?
Hi,
Have you ever heard of "success stories" with Star Wars Racer? My recent
version of WineX just shows a blank 1024x768 screen and does nothing
more.
Pierric.
2007 Aug 07
2
windbind or ldap ?
Hello,
I'd like to know if in a full samba environment is it better to use
winbind or ldap to resolve id's ?
users will connect from windows clients, linux clients with samba or
also with ssh and nfs maybe.
2004 Mar 02
2
* script parameter and BDC
When BDC will not make any changes in ldap, is it safe to not set any *script paramater in smb.conf?
--beast
2016 Mar 08
7
Strange behaviour of iptables in centos 7
Hi
strange behaviour of iptables on a centos 7.0 machine:
The following rule is in the iptables of said machine:
[root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\.
9 9 456 DROP all -- * * 175.44.0.0/16
0.0.0.0/0
[root at myserver ~]#
The corresponding enty in /etc/sysconfig/iptables looks like:
[root at myserver ~]# grep 175 /etc/sysconfig/iptables
2010 Jan 17
3
enty-wise closest element
Dear R-users,
i have a simple problem maybe, but i don't see the solution. i want to
find the entry-wise closest element of an vector compared with another.
ind1<-c(1,4,10)
ind2<-c(3,5,11)
for (i in length(ind2):1)
{
print(which.min(abs(ind1-ind2[i])))
}
for ind2[3] it should be ind1[3] 10, for ind2[2] it should be ind1[2] 4
and for ind2[1] it should be ind1[1] 1. but with the
2024 Apr 16
1
ip attrs on computer object
Hi team,
I am trying to store some ip-data on the computer-account object in
ldap. I managed to store ip-address in 'ipHostNumber' and mac-address in
'macAddress' (after adding objectClass: "ieee802Device").
The last attribute I want to store is 'ipNetmaskNumber' (which is in the
2008R2 schema), but that fails because it is non-existent in the
2024 Apr 16
1
ip attrs on computer object
Hi
Le 16/04/2024 ? 17:08, Kees van Vloten via samba a ?crit?:
> Hi team,
>
> I am trying to store some ip-data on the computer-account object in
> ldap. I managed to store ip-address in 'ipHostNumber' and mac-address
> in 'macAddress' (after adding objectClass: "ieee802Device").
>
> The last attribute I want to store is 'ipNetmaskNumber'
2024 Apr 18
1
ip attrs on computer object
Le 16/04/2024 ? 17:14, Arnaud FLORENT via samba a ?crit?:
> Hi
>
> Le 16/04/2024 ? 17:08, Kees van Vloten via samba a ?crit?:
>> Hi team,
>>
>> I am trying to store some ip-data on the computer-account object in
>> ldap. I managed to store ip-address in 'ipHostNumber' and mac-address
>> in 'macAddress' (after adding objectClass:
2006 Jan 30
4
multiparameter assignment
I''m trying to figure out the rails why to break a single database field
out into multiple fields on a form, very similar to how rails does with
dates. How can I create my own object that mirrors the date objects
behaviur in how it accepts the multiparameter assignment from the form.
Example:
A phone number field (to force formating on the user) could be broken
into 3 form fields,
2004 Mar 02
1
Réf. : Re: Réf. : Re: using a master ldap server and a slave ldap server for one samba
If the first LDAP server faild, the second can be used directly.
This server is a PDC server with more than 100 people connected and some
application required domain authentification for running.
For me is a critical server.
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32