Questions tagged [oid]

OID is the Oracle Internet Directory product

Oracle Internet Directory (OID) is a directory server by Oracle Corporation, compatible with LDAP version 3

184 questions
0
votes
1 answer

Mibble MIB Parser - extracting comments from the mib

I am using the Mibble MIB Parser to extract all simple data types from an MIB file. I've been successful until my attempt to extract comment text. Take the following module as an example: invBookList OBJECT-TYPE SYNTAX INTEGER { …
Matthew
  • 73
  • 2
  • 5
0
votes
1 answer

Can't able to get description of SNMP v2 traps

I am sending SNMP v2 trap with OID specific to some organisation but I can't find description in Ireasoning trap watcher,also I have captured snmp trap in wireshark in that I'm able to find description of trap,so what is minimal requirement for…
0
votes
1 answer

Windows Identity Foundation and OID

I am new to WIF (Windows Identity Foundation). I've been reading about it but i have some doubts. Is it possible to use WIF to authenticate against directory services other than AD (for example, OID) and for authentication can I connect to databases…
0
votes
1 answer

Are the SQL, Postgres OIDs are dyanamic or static

I'm new to Postgres OIDs. I want to know, wre the SQL, Postgres OIDs are dynamic or static? Means after creating OIDs is there any possibility to change them automatically or manually?
ironwood
  • 8,936
  • 15
  • 65
  • 114
0
votes
1 answer

In LDAP, do we really need to register the custom attribute with IANA to get a OID

What is the problem in using a self-generated OID? I believe it only has to be unique across the system right? And I am only using a single LDAP server.
n3o
  • 2,795
  • 5
  • 24
  • 37
0
votes
1 answer

SNMP OIDs under python, trying to get MACs connected to a switch

I'm trying to create a script in python using snmpwalk to get the current devices connected to my switches and which port are they using (I get the MAC address and then, with a database I have, I make the translation to IP or hostname). Well,…
0
votes
1 answer

insert & update users in oracle internet directory (OID) in .net

I have very little experience in working with OID and for starters i managed to connect to OID and find users in OID from .net with help from the forums. I am still struggling to get the Insert and Update to OID from .Net. Does any one have an…
0
votes
1 answer

Read userPassword field from ldap server in clear text

I am building a utility that will copy users and groups from an Oracle Internet Directory server and transfer them into an OpenDJ LDAP server. After a lot of work i have come to the point where i read User's attributes from OID and i am stuck in…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
0
votes
1 answer

Get user by distinguished name using System.DirectoryServices.Protocols

I have a pretty extensive application that has been built to provide SSO to several web applications via OID. The problem is that we have seen some users getting "orphaned" on a role for one of the applications. I have written a method that returns…
fizch
  • 2,599
  • 3
  • 30
  • 45
0
votes
1 answer

Perl: SNMP - Wildcard OID

I have a Perl script that monitors any SNMP enabled service. The way it works is I have a config file with multiple services, and each service has a list of metrics to collect. Example: [switch] switch_stuff1 = 1.3.6.1.2.1.7.1.0 switch_stuff2 =…
user1300922
  • 207
  • 4
  • 18
-1
votes
1 answer

Ip Address is not returning on rquesting cdpCacheAddress in snmp, instead showing c0:a8:0a:xX

i did a snmpwalk code in java , to retrieve data associated with cdp cache. except cdpCacheAddress, every thing is showing as expected. cdpCacheAddress is expected as IP but shows as c0:a8:0a:xX . the oid i requested is begins with…
-1
votes
1 answer

snmpGetVariableBindings returning null and ASN1_ERROR_ERR when ObjectIDList size > 8

I am trying to query a device for specific sensors, and get ASN1_ERROR_ERR depending on the number of oids that I specify. Here is the code where the problem is. target.setObjectIDList(objID); try { resultArray=…
Jess
  • 140
  • 1
  • 1
  • 8
-1
votes
1 answer

How to connect vb.Net application to Oracle using LDAP server?

For database connectivity to our Vb.net application we were using Tnsnames.ora . But for now, We have the end files in a common LDAP server. We call it OID. We are stuck how to connect Oracle DB to our vb.net application using LDAP server. Could you…
Pirate
  • 2,886
  • 4
  • 24
  • 42
-2
votes
2 answers

Is possible identify the last character of string and matches which come next it using Regex?

iso.3.6.1.4.1.2011.6.128.1.1.2.21.1.6.4194455040 For example, with SNMP OID I'd like to capture the last sequence numbers, which is 4194455040 and possible sometimes the second last, which is 6? Or I need to iterate find how dots (.) I have in…
Shinomoto Asakura
  • 1,473
  • 7
  • 25
  • 45
-2
votes
1 answer

Check folder size oid snmp on server centos?

I 'm use command disk oid (.1.3.6.1.4.1.2021.9.1.2.1) reference set file "snmpd.conf" and restart serviec (service snmpd restart) in file snmpd.conf" disk /var/logs 10% It is output image but set file snmpd.conf disk / 10% It is work but I want…
nop mface
  • 41
  • 4
1 2 3
12
13