[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Null values in attributes.



At 07:53 AM 7/5/2001, Devdas Bhagat wrote:
>I'm trying to implement samba-tng.
>I need the nt and lm passwd attributes to be null while I debug the
>exact cause of my problems.

I'm not sure which attributes you are using, but userPassword
can hold empty values.  Of course, empty simple bind passwords
indicate a request for unauthenticated or anonymous access.

>How can I achieve this? what do I add to
>the schema to allow null attributes?

Use attributes whose syntax allows empty values, e.g. octetString.

Kurt