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
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,736
  • 30
  • 105
  • 170
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,747
  • 4
  • 22
  • 34
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,332
  • 6
  • 33
  • 59
0
votes
0 answers

Novell LDAP entry doesn't return member attribute when members are <1500

I am using Novell LDAP library in a .NET 6 service. I'm trying to show all group members. When there are > 1500 members, there are generated range attributes (member, range=0-1499) and I manage to bring members from them. But when there are < 1500…
0
votes
0 answers

How can I authenticate users in Active Directory with ASP.NET Core 6 using Novell?

I want to connect to Active Directory LDAP with 20000 users. Owner of Active Directory created a username and password with sys admin credential for me. With the code shown here, I can connect and I get true from Active Directory for admin…
Mohammad Naghsh
  • 207
  • 3
  • 10
0
votes
0 answers

IIS - Access denied to directories and files on the novell network

I'm trying, through the action of a button on my website, to open a file that is on my company's network. Running the application only through visual studio, the file opens without problems. But when I register it in IIS, this problem happens.…
0
votes
2 answers

Edge loads in Internet Explorer Mode -- sometimes?

We're working on a webapp. We've noticed this set of oddly contradictory behaviors in test: When going to the website through Novell Access Manager(NAM) using Edge, the page loads in Internet Explorer Mode and does not render properly. When going…
Entropy
  • 1,219
  • 6
  • 21
  • 45
0
votes
1 answer

Is it possible to find the group(s) that an LDAP user belongs to using the Novell package? (C#)

I have seen several questions that suggest something to do with users and groups but I have no idea what their use cases are. All that I am trying to do is find the group that a user is linked to after they have been successfully…
Nemavhidi
  • 108
  • 8
0
votes
1 answer

ASP.NET Core 5, JWT tokenand Novell AD library

I want to know wheather it is a valid solution to use JWT token and the Novel AD authentication an authorization library in an ASP.NET Core 5 Web API in a Linux server? Are there any examples on it, please?
sada
  • 584
  • 2
  • 8
  • 25
0
votes
2 answers

MonoTouch License Invalid

I have an issue with MonoTouch thinking my machine is a new computer every time I update OS X, and I have to reactivate my license. Unfortunately, I am now trying to reactivate but it detects I've already reached my two device limit. Normally, I…
0
votes
1 answer

Novell Ldap: missing LdapSearchResult message type in the LdapSearchQueue followint Search

I want to first say that unfortunately I am unable to change the code in this specific scenario, and that the code works everywhere except for this one installation. I suspect a configuration/permissions/trust issue, and I am hoping to get advice…
concentriq
  • 359
  • 2
  • 6
  • 16
0
votes
1 answer

Using global catalog in a ldap search with C# library Novell

Until now I was always using the System.DirectoryServices in my c# application. Due to the fact that I want to use a container platform which doesn't support this library I wanted to use the Novell LDAP library. Until now the connection string…
Florian
  • 33
  • 1
  • 8
0
votes
1 answer

How do i encrypt ldap password?

I am new to LDAP and is using it with com.novell.ldap. I have a login page where the user is entering the username and password. My job here is to save the encrypted password in LDAP. how can i do?