search for: ieee802device

Displaying 15 results from an estimated 15 matches for "ieee802device".

2018 Sep 10
4
schema enhancement recommandation?
...specified objectclasses!" on DN >> CN=DEMO-02,CN=Computers,DC=dmiserver,DC=lan at block before line 13 >> Add failed after processing 0 records >> > The possible answer is in the error message. The attribute is actually > 'macAddress' and its objectclass is 'ieee802Device', so if you add the > objectclass and fix the syntax it may work. Hmm. Looking with google tells me, that ieee803Device ist part of nis.schema, which is already implemented on my ad with --rfc2307 via provisioning. But changing macaddress to ieee803Device: aa:bb:cc:dd:ee:ff results in:...
2007 Mar 01
1
LDAP error
...op objectClass: organizationalUnit ou: accounts description: Users dn: ou=sistemas,dc=telbit,dc=pt objectClass: top objectClass: 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=...
2019 Mar 18
2
How to automatically store the macAddress in AD
...d to do is, replace the last line 'exit ${result}' with this: Hostname=$(hostname -s) # For this to work, you must add 'dhcpduser' to the 'Domain Admins' group Computer_Object=$(ldbsearch -k yes -H ldap://"$Hostname" "(&(objectclass=computer)(objectclass=ieee802Device)(cn=$name))" | grep -v '#' | grep -v 'ref:') if [ -z "$Computer_Object" ]; then # Computer object not found with the 'ieee802Device' objectclass, # does the computer actually exist, it should if it is joined to the domain. Computer_Object=$(ldbsear...
2019 Mar 14
8
How to automatically store the macAddress in AD
Hi list, Does someone know a way to automatically store the hwaddress in the AD? I'm using Veyon in my school to manage the students PCs and if the hwadress is populated in the AD, the Room configuration can be set with AD otherwise i have to manage rooms manually. I'm using samba4 with bind and isc-dhcp-server are on the same server. Can we use scripts or some ways? thanks in advance
2018 Sep 10
0
schema enhancement recommandation?
...quot; on DN > >> CN=DEMO-02,CN=Computers,DC=dmiserver,DC=lan at block before line 13 > >> Add failed after processing 0 records > >> > > The possible answer is in the error message. The attribute is > > actually 'macAddress' and its objectclass is 'ieee802Device', so if > > you add the objectclass and fix the syntax it may work. > > Hmm. Looking with google tells me, that ieee803Device ist part of > nis.schema, which is already implemented on my ad with --rfc2307 via > provisioning. > > But changing macaddress to > > ie...
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 schema, but I can't figure out how to make it usable on the computer-account object. What w...
2024 Apr 16
1
ip attrs on computer object
...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 attribute exists in the schema, but I can't > figure out how to make it usable on the computer...
2024 Apr 18
1
ip attrs on computer object
...: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 attribute exists in the schema, but I can't >> figure out how to make it us...
2019 Mar 20
0
How to automatically store the macAddress in AD
...line 'exit ${result}' with this: > > Hostname=$(hostname -s) > > # For this to work, you must add 'dhcpduser' to the 'Domain Admins' group > Computer_Object=$(ldbsearch -k yes -H ldap://"$Hostname" > "(&(objectclass=computer)(objectclass=ieee802Device)(cn=$name))" | grep -v > '#' | grep -v 'ref:') > if [ -z "$Computer_Object" ]; then > # Computer object not found with the 'ieee802Device' objectclass, > # does the computer actually exist, it should if it is joined to the > domain. >...
2018 Sep 10
2
schema enhancement recommandation?
Hi list, Im using Samba 4.x (x >=8) and Im excited about the new "samba-tool computer" simplification of computer managment in AD mode. Now I would like to use some more information tags  in the computer section, i.e. partition information or macadress of the nic. So I tried to enhance the schema (using 4.10.0pre1-GIT-8c00c017cb5) i.e. simple with >>> cat win.ldif dn:
2013 Mar 28
4
Custom fact or function ? looking for opinion
Hi, I''m in the progress of writing custom facts to retrieve our network configuration for the nodes from the openldap ENC. Now, since the puppetmaster has also access to the ldap server, I''m thinking to move the custom facts to a function, so it runs on the puppetmaster only, end not on every node. I just wanted to here some other opinions about this issue. Thx Johan
2018 Sep 10
0
schema enhancement recommandation?
...es not exist in the specified objectclasses!" on DN > CN=DEMO-02,CN=Computers,DC=dmiserver,DC=lan at block before line 13 > Add failed after processing 0 records > The possible answer is in the error message. The attribute is actually 'macAddress' and its objectclass is 'ieee802Device', so if you add the objectclass and fix the syntax it may work. Rowland
2019 Mar 14
0
How to automatically store the macAddress in AD
...uot;Pierre, BRIEC" <pierre.briec at stetherese.net> wrote: > Hi, > from the veyon documentation > A standard Active Directory does not have an attribute for storing MAC > addresses. Do you think I imagined the attribute called 'macAddress' ? Its objectclass is 'ieee802Device' and they can be added to a computers object in AD. Rowland >You’ll need to populate MAC addresses manually in an > existing unused attribute such as wwwHomepageor extend the AD scheme. > Additionally you can grant computers group write access to SELF and > let them store the MAC...
2005 Sep 27
0
SMB/LDAP: Confused...
...e: Mr. sn: Doe o: MyUniversity ou: Dept st: 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 i...
2005 Dec 06
4
BIG Samba howto for debian only.
Hi everybody, I made a pretty complete howto for samba on debian servers. This howto covers samba + ldap + cups + recycle bin + samba-vscan + phpldapadmin + ACL + Extended Attributes. this howto is also based on the idealx howto If you do this setup, you should be able to use the NT4 Usermanager, setup Point en Print Printing. set rights from explorer etc. other nice tools is ldapadmin (