Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Guía de usuario Pagina 305

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 332
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 304
Deleting User Information from the SSO Repository
A-7
Deleting User Information from the SSO Repository
This sample program assumes the environment setup below. Change the setup according to the actual
environment used.
The public directory for creation of the repository is "ou=interstage,o=fujitsu,dc=com".
The storage location of user information is "ou=User,ou=interstage,o=fujitsu,dc=com".
RDN of user information is expressed by "cn".
The user name to be deleted is specified for "user" in java.lang.String.
The result of common preprocessing is used as the value of "ctx".
Description of User Program
Example
Pre-processing
:
String dn = "cn=" + user + ",ou=User,ou=interstage,o=fujitsu,dc=com";
ctx.destroySubcontext(dn);
:
Postprocessing
Vista de pagina 304
1 2 ... 300 301 302 303 304 305 306 307 308 309 310 ... 331 332

Comentarios a estos manuales

Sin comentarios