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.

96 questions
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
  • 26,237
  • 38
  • 112
  • 191
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,377
  • 5
  • 23
  • 40
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,377
  • 5
  • 23
  • 40
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
  • 816
  • 1
  • 7
  • 23
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,583
  • 3
  • 16
  • 43
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,583
  • 3
  • 16
  • 43
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
  • 89
  • 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
  • 77
  • 1
  • 9
1
vote
1 answer

Receive an error when attempting to import LDAP (ldif file) with JXplorer

I want to import a ldif file in my LDAP so i have this error javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - NDS error: no such class (-604)]; remaining name 'o=test' Thx;
Mercer
  • 9,298
  • 27
  • 91
  • 154
1
vote
1 answer

How to de-select the Workstation only option on Novell Client 4.9 for Windows

By default the checkbox is selected, I sometimes forget to de-select it when logging in, which then does not connect the workstation to the network. I would prefer to not have to de-select this checkbox each time logging into the workstation. I have…
jamesTheProgrammer
  • 1,674
  • 3
  • 21
  • 33
1
vote
1 answer

Windows Authentication on Novell network

I'm currently architecting a .NET 3.5 application for a customer with a preference for Single Sign-On from Windows, but whom is running in a Novell Netware 6 environment (WinXP desktops). Am I correct in thinking that this rules out the use of…
Soundwave
  • 154
  • 1
  • 11
1
vote
1 answer

How can we import user groups from Novell edirectory to liferay?

How can I import userGroups and users from Novel EDirectory to liferay? Here are the Novel eDirectory Setup details: Group : cn group1 member cn=user1,ou=ABCD,ou=ABC,o=AB cn=user2,ou=ABCD,ou=ABC,o=AB …
radhakrishna
  • 80
  • 2
  • 8
1
vote
1 answer

an API to connect to a shared resource on a Novell server

Currently we access to the shared files on our Novel server from a client by adding NWLink IPX/SPX protocol to the network interface and setting up a connection. Now we have to do this automatically in a software running on Windows. So I am looking…
Isaac
  • 2,168
  • 4
  • 31
  • 50