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
2
votes
2 answers

GroupWise appointments incorrectly dated, >50 years in the future

When fetching a list of appointments from GroupWise some of the dates in the retrieved appointment objects do not match the values in GroupWise, in fact they are more than 50 years in the future. For instance in the following method I look for…
Richard Hopton
  • 201
  • 1
  • 5
1
vote
1 answer

IIS 7.5 - Access to the Path ... is Denied

I am trying to access a static file on a Novell file server. The drives are mapped on the IIS box. The application is using the the default application pool. The path (not shown in Title above) is :…
1
vote
1 answer

mono.security.dll novell.directory.ldap.dll Secure Socket Layer - SSL

Imported certificates like this: certmgr /add /v /c /ctl "selfsignedroot.cer" /s /r localMachine root certmgr /add /v /c /ctl "server.cer" /s /r localMachine root certmgr /add /v /c /ctl "server.cer" /s /r localMachine CA certmgr /add /v /c /ctl…
Are
  • 13
  • 3
1
vote
1 answer

How do I get Novel edirectory detail using C++

Recently I got an assignment for work in Novell Edirectory. As I am very new to this so i am facing lots of trouble on this way. Can anybody help me to get the idea how to find below information using C++. Is local machine is having Novell…
SharpUrBrain
  • 3,180
  • 5
  • 38
  • 56
1
vote
1 answer

Novell Integrated Authentication - Get local machine username on website

First off, I know how to and has Integrated Windows Authentication in IIS7. This works great for seeing the Active Directory user logged on the computer. But, the need is to get the username of a Novell authenticated user. I don't want the password…
ceetheman
  • 836
  • 1
  • 7
  • 24
1
vote
1 answer

Send Novell GroupWise instant message via Java?

It this possible or is there an API for this? From Novell's website, there's a GroupWise API, but I don't see any methods for sending instant messages, only e-mails. I simply want to create a Java program that will send an instant message to…
Mark Logan
  • 203
  • 5
  • 19
1
vote
1 answer

Changing eDirectory Password From Linux Machine

I have Configured LDAP Authentication for my Linux Machines. The LDAP Server is Novell eDirectory. The LDAP Users are able to login into the machine. But when i am issuing passwd command it is asking LDAP password then asking to give me new…
Dungeon Hunter
  • 19,827
  • 13
  • 59
  • 82
1
vote
1 answer

How can I use a link on an HTML document to link to a shared file through a Novell network?

I am a student programmer working for an IT department at my college, and my most recent project is implementing browser compatibility for a web form my supervisor wrote using HTML and Javascript. Everything runs fine in IE, Firefox, and Chrome,…
Amc32
  • 21
  • 1
1
vote
1 answer

Novell IDM Apple Open Directory LDAP Driver

I have been looking for information or examples of how to setup an IDM driver for Apple Open Directory. The articles I have found don't give much detail and pretty much no actual technical content. I am using the LDAP driver and can connect and…
JediPotPie
  • 1,068
  • 3
  • 14
  • 21
1
vote
1 answer

Syncing Groupwise/ Novell accounts with a java application

I have a Java application which has it's own table of username's and passwords. We are trying to upgrade the system so that a user may simply use their groupwise/novell accounts to login, essentially, syncing their accounts. What would be required…
Pedro
  • 11
  • 1
1
vote
1 answer

Virtual List View Active Directory search using Novell.Directory throws LdapException: Unavailable Critical Extension

Same paging code works against a test domain controller, but doesn't work against another different AD domain that has same similar setup (Windows 2012 r2 based). DisableVLVSupport=0 on both domains. LdapException: (12) Unavailable Critical…
vezenkov
  • 4,009
  • 1
  • 26
  • 27
1
vote
0 answers

get deleted objects from AD

I'm using the Novell.Directory.Ldap.NETStandard library to read out users and groups from Active Directory. That all works fine so far. Now I need to get all deleted objects from AD, which doesn't work so far. I was able to see the deleted user with…
madibat
  • 101
  • 2
  • 10
1
vote
2 answers

Renaming an existing entry in the directory gives an error saying "Naming Violation"

I'm using Novell in asp.net core 2.2 application to interact with AD. Following functions are working as expected. Getting all users, Getting users from specific OU Create an User Update an User Reset password and etc But when i try to move the…
Arshath Shameer
  • 453
  • 4
  • 15
1
vote
1 answer

How to access a Novell network through System.DirectoryServices?

I'm accessing an ActiveDirectory through public static DirectoryEntry GetRootDSE() { DirectoryEntry rootDSE = new DirectoryEntry("LDAP://rootDSE"); return rootDSE; } Now I need to access a Novell network. In MSDN:…
Inno
  • 2,567
  • 5
  • 32
  • 44
1
vote
3 answers

Get all users from active directory in NetCore 2.0

All the questions are related to the .NET framework but not to the .NET Core. I am looking for how to get the all users information from AD group in NETCORE.
Harsh
  • 115
  • 2
  • 6