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
1 answer

How to connect to LDAP Novell using SSL in C#?

I am currently trying to connect to my Novell LDAP in SSL using C#. At first, I have tried exactly the same operation with authentication = None and it works perfectly. My domain name was of this form: LDAP://xxx.yyy.zzz.com:999/o=XYZ,c=ZYX and in…
TD Lemon
  • 385
  • 4
  • 18
2
votes
0 answers

How can I use the DirectoryServices.Protocols.AuthType library and Negotiate AuthType with Novell?

I am currently working on an LDAP connection. The code is using the DirectoryServices library, and I would like to only use the Novell library. I already replaced all the requests and connections by the right ones. Now I am stuck because I don't now…
Elodie
  • 21
  • 1
2
votes
1 answer

how to gives last logon attribute for user active directory

I wrote a program which gives all user attributes from active directory using novell library but unfortunately I don't get value of lastlogon attribute although this attribute contains a value.
2
votes
1 answer

Connect fails with Error 91 (Novell.Directory.Ldap.NETStandard)

I've some problems with the integration of Novell.Directory.Ldap.NETStandard (https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard) in C#. I'm using UWP and there is no integration of LDAP or On-Premise Active-Directory, therefore i have to…
DerKiLLa
  • 135
  • 12
2
votes
6 answers

C# netcore ldap authentication using Novell.Directory.Ldap.NETStandard library

it is the first time I'm working with LDAP and Active Directory. I have to make a web api with .NetCore that have to authenticate with ActiveDirectory (WindowsServer 2008 r2), I'm following the samples in Novell.Directory.Ldap.NETStandard but i…
2
votes
3 answers

How can I improve my support of Novell networks when I don't have a Novell network?

I work for a .NET/MSSQL shop that has trouble supporting customers running Novell, partially because we don't have Novell (or the money for it) and partially because we have no one with Novell experience. This question could easily be expanded to…
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
2
votes
2 answers

Need to Query Novell NDS Edirectory Attributes' Meta Data not available through LDAP

Ok so this question is a hard one to answer for those who do not have much experience with Novell eDirectory. What I am trying to do is create a work flow that will delete user objects in my eDirectory tree if upon meeting of certain requirements. …
Eric
  • 21
  • 4
2
votes
2 answers

How to use uuid:randomUUID() in policy builder @Novell

I want to use predefined method of java using java.util.UUID:randomUUID() for 046b6c7f-0b8a-43b9-b35d-6489e6daee91 in place of CN, but when i use this code in my policy, then it gives me com\.novell\.xsl\.extensions\.JavaObject@4c7261af in place of…
user3441151
  • 1,880
  • 6
  • 35
  • 79
2
votes
3 answers

how do I change the password for multiple users in groupwise?

I have 1000 users I need to change the user passwords to a 'known to admin' password for a migration tool (groupwise to exchange). Admin does not have any of the user passwords. How do I change a batch of user passwords via LDAP or other management…
user2551944
2
votes
2 answers

LDAP Authentication from .NET using Proxy User

We want to use a "proxy user" to connect to an LDAP server (Active Directory, Novell, or otherwise) and then make sure that the user trying to log into the application has typed in an acceptable user name and password. I have got the code for…
Brandon Montgomery
  • 6,924
  • 3
  • 48
  • 71
2
votes
1 answer

NullReferenceException ldapConnection.Connect

I know similar questions have been asked a million times. I've read them and I still cannot get to the bottom of this. I'm using the Novell.Directory.Ldap c# library in my code (Winforms, c#). It works very similar to the microsoft ldap libraries…
GC78
  • 126
  • 9
2
votes
1 answer

Backup Exec 9.1 for netware (Hang with scanning for network agent)

When I rebooted the netware 6.5 server with BackupExec v9.1, it keeps scanning for network agent and it keeps hang for scanning one of agent. I'm trying to restart the backupexec but failed. How can I avoid scanning? BTW, i tried to restart the…
Ben Choi
  • 21
  • 1
2
votes
0 answers

Novell search with VBScript for users

I have searched many places and found nothing of what I'm after.. I'm trying to run searches via vbs to find user details and modify. I know it's easy enough to modify using the GUI... But in my job I have to modify say 160 users from a spreadsheet…
Pavle Stojanovic
  • 525
  • 2
  • 8
  • 30
2
votes
1 answer

Novell eDirectory with .NET DirectoryServices

In our company, we have a project which should use Novell eDirectory with .net applications. I have tried Novell Api (http://www.novell.com/coolsolutions/feature/11204.html) to connect between .NET applications. It is working fine. But, as per…
Binu Varghese
  • 21
  • 1
  • 4
2
votes
1 answer

Allowing non domain user to query Active Directory

Our developers have recently built a new internal 'image viewer' application for our staff to use. The image viewer runs as a website and uses Active Directory to authenticate the user and control what type of images that user is allowed to view. I…