• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Creating user acounts through LDAP using JNDI

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hi, friends, long time no response, i am still worried abt the problem i m facing i have designed the other aspects of the system but unable to complete one difficult task, "the creation of user accounts through LDAP using JNDI" like hotmail.com, yahoo.com etc.
that is why i am consulting u people. plz response me and give me some idea abt it.
thanks in advance.
Malik Sikander Khan
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Khan,
Can you give me a detailed explanation of your problem, like what exactly you want to know, I hope i can help you.
Anurag
 
ms kkhan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


thanks Anurag Mishra for ur response.
Actually, i am building a website like hotmail.com. i have created the part of the project that sends and recievce emails and also created inbox and other things. But, the major problem is this that i want to create web acounts (like hotmail's do "khansikander_taurus@hotmail.com"), so that if user registers on my site let's say khan.com, they may create their web acounts like abc@khan.com.
for this purpose i need to access MS exchange server through JNDI. Now JNDI needs service providers and there is no service provider for microsoft Active directory.
i am in trouble creating my own service provider for MS active directory.so plz tell me how to cop with it, and build such thing?
and how hotmail.com and yahoo.com create online web acounts of 4 or 3 mb.
i am also reading ASP CDO & ADSI for this purpose which is relatively easy to do, but i love java & j2ee and hence i want to do it with java.
i want to mention u that java is also the requirments of my client .
then Anurag Mishra , plz write a solution for this. i will be more thankfull to you.
sikander khan
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In most ways, Active Directory is a standard LDAP V3 directory. Sun's out-of-the-box LDAP Service provider (http://java.sun.com/products/jndi/serviceproviders.html#dsmlv2) should work fine with it.
Kyle
 
reply
    Bookmark Topic Watch Topic
  • New Topic