Displaying 20 results from an estimated 21 matches for "iphostnumb".
Did you mean:
iphostnumber
2007 Mar 01
1
LDAP error
...lass: organizationalUnit
ou: sistemas
userPassword: {MD5}aY3BnUicTk23PiinE+qwew==
dn: cn=songoku,ou=sistemas,dc=telbit,dc=pt
objectClass: top
objectClass: device
objectClass: ieee802Device
objectClass: ipHost
cn: songoku
owner: uid=resteves,ou=accounts,dc=telbit,dc=pt
macAddress: 00:13:D4:1D:E2:22
ipHostNumber: 192.168.30.66
o: Telbit
dn: cn=masterx,ou=sistemas,dc=telbit,dc=pt
objectClass: top
objectClass: device
objectClass: ieee802Device
objectClass: ipHost
cn: masterx
owner: uid=hrodrigues,ou=accounts,dc=telbit,dc=pt
description: Asus Pundit-R, Pentium 4 3G, 512MB, 80G
macAddress: 00:11:2F:86:F2:21...
2006 Sep 06
4
FQDN nodes in LDAP
...F
#
# LDAPv3
# base <> with scope sub
# filter: cn=batch1.phy.bnl.gov
# requesting: ALL
#
# batch1.phy.bnl.gov, Hosts, phy.bnl.gov
dn: cn=batch1.phy.bnl.gov,ou=Hosts,dc=phy,dc=bnl,dc=gov
objectClass: device
objectClass: ipHost
objectClass: puppetClient
objectClass: top
cn: batch1.phy.bnl.gov
ipHostNumber: 130.199.22.134
puppetclass: basicsystem
puppetclass: cupsserver
puppetclass: ldapclient
parentnode: basenode
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
--------------------------------------
I think I have a hint as to the actual problem. I tried to add t...
2008 Oct 22
5
LDAP Problem
...ode
puppetclass: apache
puppetclass: squid
puppetclass: named
# www1.testing.com, Hosts, xyz.com
dn: cn=www1.testing.com,ou=Hosts,dc=xyz,dc=com
cn: www1.testing.com
description: webserving host
objectClass: device
objectClass: top
objectClass: puppetClient
objectClass: ipHost
parentnode: webserver
ipHostNumber: 192.168.0.100
# ip-10-251-122-148.ec2.internal, Hosts, xyz.com
dn: cn=ip-10-251-122-148.ec2.internal,ou=Hosts,dc=xyz,dc=com
description: webserving host
objectClass: device
objectClass: ipHost
objectClass: puppetClient
objectClass: top
cn: ip-10-251-122-148.ec2.internal
environment: production...
2007 Oct 10
5
Puppet ldapnodes issue
...ICAgIA==
description: Puppet Test Database
# Hosts, puppet
dn: ou=Hosts,dc=puppet
objectClass: organizationalUnit
objectClass: top
ou: Hosts
# basenode, Hosts, puppet
dn: cn=basenode,ou=Hosts,dc=puppet
objectClass: device
objectClass: ipHost
objectClass: puppetClient
objectClass: top
cn: basenode
ipHostNumber: 192.168.0.1
description: The base node
puppetclass: baseclass
# testserver, Hosts, puppet
dn: cn=testserver,ou=Hosts,dc=puppet
objectClass: device
objectClass: ipHost
objectClass: puppetClient
objectClass: top
cn: testserver
ipHostNumber: 192.168.0.50
description: My test server
l: dc1
puppetcl...
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
objectClasses.? This attribute exists in the sc...
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' (which is in
> the 2008R2 schema), but that fails because it is non-existent in the
> objectClasses.? This at...
2015 Oct 27
1
Proxy with director accept only plain login
...slapd-serv.crt
tls_require_cert = allow
dn = cn=dovecot,ou=accounts,dc=host,dc=ru
dnpass = CycsonfeavaidOr
ldap_version = 3
#auth_bind = no
base = ou=accounts,dc=host,dc=ru
deref = never
scope = subtree
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,mailDirectory=mail,description=proxy,ipHostNumber=host,=nopassword=y,=starttls=any-cert
user_filter = (&(objectClass=posixAccount)(uid=%u))
pass_attrs = uid=user,=password=,description=proxy,ipHostNumber=host,=nopassword=y,=starttls=any-cert
pass_filter = (&(objectClass=posixAccount)(uid=%u))
# need for work chap-MD5
default_pass_scheme...
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: "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
>> obj...
2007 Apr 26
2
[PATCH] facter: add interfaces, default_gateway facts on Linux
...default_gateway) do
+ confine :kernel => :linux
+ setcode do
+ %x{/bin/netstat -rn}.split($/)[1..-1].collect {|line| line.split}.select {|line| line[0] == ''0.0.0.0''}.collect {|line| line[1]}
+ end
+ end
Facter.add(:iphostnumber) do
confine :kernel => :darwin, :kernelrelease => "R6"
setcode do
On a related note: how would I go about obtaining facts for a particular
interface? We use a combination of VLANs and bonding at work so we have
interface names like `eth0'', `bond...
2007 Jun 15
8
ANNOUNCE: External node attributes
Hi all,
This just keeps coming up, again and again, so I decided to take a
few hours and break everyone''s configuration.
Oh, wait, just kidding. :)
Really, I''ve completely rewritten external node support. Here''s the
changelog entry:
Only ONE node source can be used -- you can use LDAP, code, or
an external node program, but not more than one.
2011 Jul 14
5
LDAP ENC
...et,dc=local> (default) with scope subtree
# filter: (&(objectclass=puppetClient)(cn=ubuntu5.ttinet))
# requesting: ALL
#
# ubuntu5.ttinet, Hosts, ttinet.local
dn: cn=ubuntu5.ttinet,ou=Hosts,dc=ttinet,dc=local
objectClass: device
objectClass: top
objectClass: puppetClient
objectClass: ipHost
ipHostNumber: 10.1.1.13
environment: production
cn: ubuntu.ttinet
cn: ubuntu5.ttinet
puppetClass: baseclass
puppetClass: nginx::configure: {$fqdn}
puppetClass: nginx::vhost: {$fqdn: port => 80, ssl => false, priority => 10, p
assenger_enable => ''Yes'', serveraliases => ['&...
2004 Feb 03
2
Ldap Objects for machines accounts
Hello,
Could somebody tell me the objects of a samba machine account in LDAP
with samba 3.
I've top, inetOrgPerson and posixAccount... should I have something else
??
I cannot add a machine into the domain :-(
Somebody had already success with this ?
cheers,
fred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
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
2012 Dec 13
1
Migrate to samba 4 in ( relatively ) complex openLDAP environment
...gecos
gidNumber
givenName
groupMemberShip
homeDirectory
homePhone
host
imapPort
imapServer
initials
ipHostNumber
ipNetmaskNumber
ipNetworkNumber
l
labeledURI
loginShell
mail
mailDomain
mailenabled
member
memberUid
mobile
o
objectClass
orclnetdescstring
orclpassword
ou
pager
postalCode
preferredLanguage
radiusFilterId
radiusTunnelMediumType
radiusTunnelPrivateGroupId
radiusTunnelType
sambaAcctFlags
sambaAlgo...
2005 Sep 27
0
SMB/LDAP: Confused...
...: State
l: City
mail: doe@dept.org
gecos: ,,,
givenName: John
displayName: John Doe
homeDirectory: /afs/my.dept.org/users/d/doe
loginShell: /bin/bash
# host example
dn: cn=host.dept.org,ou=host,dc=dept
objectClass: locality
objectClass: ipHost
objectClass: ieee802Device
objectClass: bootableDevice
ipHostNumber: 123.123.123.11
cn: host.dept.org
macAddress: 00:00:00:00:00:00
My ldap admin is cn=sysadmin and there's just a rootdn entry in
slapd.conf, the password is provided by kerberos via GSSAPI/SASL.
I've got many questions, but one important thing is not to mess with
ldap database so m...
2005 Mar 16
0
Sun One Directory Server 5.2 ldapclient init -v -a Problem
...le self modify.
8. Add of VLV Access Control Information (ACI).
9. Proxy Agent cn=proxyagent,ou=profile,dc=tipu,dc=com,dc=pk added.
10. Give cn=proxyagent,ou=profile,dc=tipu,dc=com,dc=pk read permission
for password.
11. Generated client profile and loaded on server.
12. Processing eq,pres indexes:
ipHostNumber (eq,pres) Finished indexing.
uidNumber (eq,pres) Finished indexing.
ipNetworkNumber (eq,pres) Finished indexing.
gidnumber (eq,pres) Finished indexing.
oncrpcnumber (eq,pres) Finished indexing.
automountKey (eq,pres) Finished indexing.
13. Processing eq,pres,sub indexes:
membernisnetgroup (eq,pre...
2012 May 16
2
Announce: Facter 2.0.0rc1 Available
...e sizes and be
more flexible for future additions
Jeff Weiss (4):
5aa2a6f (#12864) Windows: get primary DNS from registry
4a2d358 (#6955) Remove relative dirs from fact search path
9810595 (#11466) Remove deprecated memorytotal fact
9f01fe7 (#12147) Remove Darwin 6-specific iphostnumber fact
Jonathan Grochowski (1):
ce67c98 (#10251) Creating RC tarballs should be handled by rake.
Josh Cooper (1):
c93922c (#12012) Fix ENV[''LANG''] spec tests on Windows
Ken Barber (2):
a9140d5 (#6617) Deprecate DESTDIR environment variable for installer...
2002 Jun 10
2
[Fwd: ldap + pdc + adding win2k clients...again(sigh)...argh]
...te and read (i can also search the whole tree).
i cannot do this as a normal (unauthorized) user.
my ldap-entry for a sample-w2k-client is:
xenakis.ldif
---{
dn: uid=xenakis$,ou=Windows,ou=Hosts,dc=iemnet
objectClass: sambaAccount
objectClass: posixAccount
objectClass: ipHost
uidNumber: 20106
ipHostNumber: 192.168.7.106
gidNumber: 20000
homeDirectory: /tmp
loginShell: /bin/false
uid: xenakis$
pwdLastSet: 1023464353
logonTime: 0
logoffTime: 0
kickoffTime: 0
pwdCanChange: 0
pwdMustChange: 0
displayName: xenakis$
cn: xenakis$
rid: 20106
primaryGroupID: 3003
lmPassword: 71B669514F2A1F3A...
2007 Dec 12
8
Solaris package woes
...allow OUR.IP.RANGE
Here is the node entry from LDAP (i''m using LDAPNodes):
# ldap entry
# cmclient1.domain.com, Hosts, puppet
dn: cn=cmclient1.domain.com,ou=Hosts,dc=puppet
objectClass: device
objectClass: ipHost
objectClass: puppetClient
objectClass: top
cn: cmclient1.domain.com
ipHostNumber: X.X.X.X
description: test box
l: statcomp
puppetclass: sudo
Here is my site.pp manifest:
# site.pp
import "classes/*"
import "definitions/*"
import "templates"
# Global defaults
Exec { path =>
"/opt/csw/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin&qu...
2012 Aug 29
0
Add apple MCX directory extensions
...ple-keyword
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.1.19
# mayContain: apple-service-location
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.19.5
# mayContain: apple-service-port
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.19.3
# mayContain: apple-service-url
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.19.2
# mayContain: ipHostNumber
mayContain: 1.3.6.1.1.1.1.19
# Class: apple-user
dn: cn=apple-user,cn=Schema,cn=Configuration,dc=X
changetype: add
objectClass: classSchema
governsID: 1.3.6.1.4.1.63.1000.1.1.2.1
ldapDisplayName: apple-user
adminDescription: apple user account
objectClassCategory: 3
systemOnly: FALSE
# subclassO...