Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MrPeanut
  • Content: Threads
  • Order by date
  1. MrPeanut

    LDAP authentication woes

    Hey all, I am creating a Login Page with Change Password functionality (ASP.NET w/ VB.NET code). The users that I'm trying to change are located in a subdomain. (ex: subdomain.domain.com) I can not seem to authenticate any user in a Subdomain. When I use an application like Softerra's LDAP...
  2. MrPeanut

    authenticating users in different DCs using LDAP

    Hey all, I'm building a web form that allows users to log in. The underlying authentication will be to check if the user is in the AD. Everything works for people in the root DC, but I also have users in a child DC. How do I search users in both the root as well as the child DC? I tried...
  3. MrPeanut

    Retrieving LDAP Error Messages (Authentication & Policy)

    Hey all, I was wondering. Is there a way to retrieve policy error messages using LDAP for user authentication? I want to be able to return a meaningful error message. For example: any password policy related messages (pw does not meet required length/complexity). Thanks in advance!
  4. MrPeanut

    Will this work for a user control Property?

    Hey all, I have a control and for this control I want to create a property (eg. 'ItemName'). During design time I want the property to have a list of options that are populated from a Dataset. Is this possible? I know I could use an Enumeration for the property list, but the values in the...
  5. MrPeanut

    Problem Passing a Double amount to Oracle via SP

    Hello Tek-Tippers! I am having a bit of a problem. I have a table on our server that handles some customer data. The data field invamt will store the dollar amount for our customer data. The field is defined as NUMBER(15,2). This is the code I am using to pass in the value to the stored...

Part and Inventory Search

Back
Top