Questions tagged [novell]

An operating system, originally NetWare, now Linux-based

This operating system originally used a proprietary code called NetWare to serve up its print and file functions. It later became based on Linux.

Novell support thousands of organizations around the world with products that enable your work force in the office and on the go. These solutions include endpoint management, collaboration, and file and networking solutions.

100 questions
1
vote
2 answers

Proxy server breaking AJAX website on internal network

I have built a website which uses ajax for most of the sites functions although it can fall back to standard page loads and form submissions if javascript isn't available. The site has been tested across various browsers and operating systems and no…
ArthurGuy
  • 1,459
  • 4
  • 13
  • 25
1
vote
2 answers

PlatformNotSupportedException when calling LdapConnetion.Disconnect

Everything appears to be working fine (apart from the fact that retrieving a specific attribute should be way easier than iterating around all existing attributes - not sure why it was designed this way), but when I try to disconnect I…
Bassie
  • 9,529
  • 8
  • 68
  • 159
1
vote
1 answer

Share 1 table between 2 different types of databases

The problem that I have is that I want to synchronize one table between two different databases. Database 1 is on a XP server with MySQL Database 2 is on a Novell server with Clarion. Is it possible to share one table users between the two…
Diederik
  • 11
  • 1
1
vote
0 answers

Receive mail from ERP software, change subject and forward

im complete new to this so sorry if this is a stupid question. Im already searching the whole day for a solution of our problem. Our Problem: We create an order for our supplier using our ERP software. The supplier want a specific subject in this…
1
vote
1 answer

Ruby LDAP Query Novell eDirectory

I want to connect to Novell eDirectory with Ruby, but I have TimeOut on 'open_connection'. What do you think? require 'net/ldap' ldap = Net::LDAP.new :host => "172.21.45.60", :port => 686, :encrytion => :simple_tls, …
1
vote
1 answer

LDAP implementations between different directory services providers

I am tasked with creating a generic LDAP interface that will query groups and users. We are doing our initial testing against Active Directory, but the thought occurred to me that LDAP is just a way to query a directory database. The actual fields…
John Livermore
  • 30,235
  • 44
  • 126
  • 216
1
vote
2 answers

What is the relationship between OpenLdap and Novel eDirectory?

What is the relationship between OpenLdap and Novel eDirectory?
Venkat Sadasivam
  • 1,435
  • 5
  • 24
  • 42
1
vote
2 answers

Is it possible to do LDAP authentication with eDirectory from Java application?

I have to implement LDAP authentication with eDirectory in Java application. I guess some of you have tried this solution. Can you share your ideas and if possible sample code?
Venkat Sadasivam
  • 1,435
  • 5
  • 24
  • 42
1
vote
1 answer

Novell Error 81 connection

We have tried to connect to a remote Novell server from our offices. First, we had to open the firewall port to connect to the server, otherwise we were getting error 91 (which basically tells that the server cannot be joined). Second, we used a…
ceetheman
  • 836
  • 1
  • 7
  • 24
1
vote
2 answers

Novell Netware 6 and C#

I don't know if anyone has any expertise with Novell Netware or not, but I situation where one of my clients is getting a weird error trying to move a file to a netware share. The situation is pretty complicated but I'll try and outline it as best…
Kristofor
  • 13
  • 2
1
vote
1 answer

Novell eDirectory: Error while adding replica on new server

I want to add a replica of our whole eDirectory tree to a new server (OES11.2 SLES11.3). So I wanted to do so via iManager. (Partitions and Replicas / Replica View / Add Replica) Everthing looks normal. I see our other servers with added replicas…
Daniel
  • 11
  • 2
1
vote
1 answer

Driver health configuration disturbing SOAP driver

I have implemented a solution based on Novell/NetIQs Identity Manager's SOAP driver. There is a driver health job too and a driver health configuration on my SOAP driver. There is a query query-driver-ident at driver startup and regulary when the…
Claude
  • 1,724
  • 3
  • 17
  • 46
1
vote
1 answer

Does with level "retry" block any other event from being processed?

I have a NetIQ (Novell) IDM 4.0.1 driver. In a policy I have a rule with level retry. Does this retry block any other event from being processed? From the logic of the application the event for (A) can not be processed until the object…
Claude
  • 1,724
  • 3
  • 17
  • 46
1
vote
2 answers

How to get "supportedControl" from LDAP with com.novell.ldap

I want to get value from control oid from LDAP: For example when I use Linux ldapsearch: ldapsearch -H ldap://host:port -x -wsecret -D "cn=manager,managedElementId=HSS1" -b "dn" "objectClass=ConfigOAM" -E"1.3.6.1.4.1.637.81.2.10.10" I…
elpasso
  • 99
  • 6
1
vote
1 answer

SSL connection between eDirectory and OpenLDAP

I use a State Machine Driver to connect our eDirectory (Source) to a OpenLDAP Directory (Destination). Without SSL everything is fine...but only for testing. Now i need to use SSL. I activated use-ssl (Driver Configuration -> Driver Parameters) and…
MaiLo
  • 87
  • 1
  • 9