Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP 9000 Networking: HP FTAM/9000 Programmer's Guide > Chapter 3 HP FTAM/9000 Data Structures

Ae_title_option

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

enum  Ae_title_option
{
No_value_option,
Dir_object_id_option, /* Object_id value obtained from the
* network or local system directory */
User_object_id_option, /* Object_id value supplied by the
* user */
Dir_dist_name_option, /* Use the distinguished name value
* provided by the my_dir_name
* or called_dir_name parameter. */
User_dist_name_option /* Distinguished name value supplied
* by the user. */
};

Ae_title_option Is Input To These Functions

Ae_title_option Is Output From These Functions

ft_aeactivation()

ft_connect()

None

Ae_title_option specifies whether to use the Object_id or directory distinguished name on ft_connect() and ft_aeactivation().

The following tables list the supported values for the appropriate functions. HP-UX responders return an error if you use an unsupported value.

Ae_title_option

ft_aeactivation()

ft_connect()

No_value_option

Supported

Supported

Dir_object_id_option

Supported

Not supported

User_object_id_option

Supported

Supported

Dir_dist_name_option

Not supported

Not supported

User_dist_name_option

Not supported

Not supported

No_value_option

Ignore the Ae_title on ft_aeactivation() and ft_connect(); no Ae_title is sent to the remote system.

  • For ft_aeactivation(), use my_dir_name.

  • For ft_connect(), use the P_address if it exists; otherwise, use called_dir_name.

Dir_object_id_option

The network or local system directory supplies the Object_id. For ft_aeactivation(), FTAM uses my_dir_name to query the Initial Configuration Store (ICS) for the Object_id.

User_object_id_option

You supply the Object_id value. If you specify User_object_id_option, you must also specify ae_object_id in the Ae_title.

Dir_dist_name_option

Ignore the Ae_title.

  • For ft_aeactivation(), use my_dir_name as the Ae_title.

  • For ft_connect(), use called_dir_name as the Ae_title.

User_dist_name_option

You supply the directory distinguished name. If you specify User_dist_name_option, you must also specify ae_dir_dn in Ae_title union.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1997 Hewlett-Packard Development Company, L.P.