Sponsored Content
Operating Systems HP-UX From a C++ application how to find if a hpux host is in standard mode or trusted mode Post 302998183 by einsteinBrain on Friday 26th of May 2017 05:15:55 PM
Old 05-26-2017
HP From a C++ application how to find if a hpux host is in standard mode or trusted mode

is there a way for my C++ application to find out which mode the hpux OS is running in?

standard mode or trusted mode.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

PAM Vs Trusted mode in HP-UX

Hi All, Some questions on PAM (Pluggable Authentication Modulues) and Trusted mode in HP-UX. As default, when I turn on trusted mode (need shadow password only), the PAM is atomatically installed(not sure the word "installed" is appropriate or not). Can we turn on the trusted mode only,... (0 Replies)
Discussion started by: wilsonchan1000
0 Replies

2. SuSE

Convet Linux OS from text mode to graphic mode

Hi All, I used to have my suse linux(VM) server in graphic mode but not anymore since morning. I cant rolback since i loose somuch work. Any idea how to it back to normal. Thanks (6 Replies)
Discussion started by: s_linux
6 Replies

3. HP-UX

how to distinguish standard system mode or trust system mode

I think that if the directory /tcb exists, HP-UX is in trusted mode and the passwd data is somewhere in /tcb/files/auth. But that's all I remember. Also I think recent versions of HP-UX can have a /etc/shadow file. (0 Replies)
Discussion started by: Perderabo
0 Replies

4. HP-UX

pwage-hpux-T for Trusted HPUX servers

I'm sharing this in case anybody needs it. Modified from the original solaris pwage script. This modified hpux script will check /etc/password file on hpux trusted systems search /tcb and grep the required u_succhg field. Calculate days to expiry and notify users via email. original solaris... (2 Replies)
Discussion started by: sparcguy
2 Replies

5. UNIX for Advanced & Expert Users

What is the difference between single line mode and multiline mode in Regular expressions?

Hi All, Can please let me know what is the difference between the single line mode and multi line mode in regular expresions? Thanks, Chidhambaram B (3 Replies)
Discussion started by: chidhu.anu
3 Replies

6. Solaris

How to configure the host to dhcp mode

I try a static ip assign mode while i installed the Solaris 10(U 8). But i can't access the internet, i try the ifconfig -a command and see my configuration is correct in the interface. So i want to get my ip using dhcp. I search from internet. They give me the suggestions. ifconfig interface... (1 Reply)
Discussion started by: papertiger
1 Replies

7. Ubuntu

rdesktop single application mode VMware Vsphere Client

I have tried every possibilty that I can think of and cant get rdesktop using single application mode to work. I have tried with paths and without. Testing other apps: rdesktop -u username -p password -d localdomain.local -g 1024x768 -s 'notepad.exe' 10.7.0.14 rdesktop -g 1024x768... (0 Replies)
Discussion started by: metallica1973
0 Replies

8. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

9. HP-UX

Alternative to audusr command in standard mode

I need some help in finding which users have the audit setting turned on in the standard mode on a hpux OS 1131 from my application. I am using audusr from the C code in trusted mode. Need help what to do in standard mode. (0 Replies)
Discussion started by: einsteinBrain
0 Replies
DXmSvnGetEntryPosition(3X)												DXmSvnGetEntryPosition(3X)

NAME
DXmSvnGetEntryPosition - Retrieves (returns) the position of an entry in the display. SYNOPSIS
void DXmSvnGetEntryPosition( Widget widget, int entry, Boolean mode, int *x, int *y ); PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the number of the entry for which position information is required. A Boolean value that, when True, specifies that position information returned is relative to the upper-left corner of the SVN window. When False, the position information returned is internal SVN information only (for column and outline mode) or indicates the position of the entry in the entire tree (tree mode). A pointer to the x position in the tree. A pointer to the y position in the tree. DESCRIPTION
The DXmSvnGetEntryPosition routine allows an application to determine the position of entries. The routine interprets the x and y coordi- nates differently, depending on the application's mode: Outline and Column mode When the application is in outline or column mode (the DXMSvnNdisplayMode resource has been set to either DXMSvnKdisplayOutline or DXMSvnKdisplayColumn) and mode for the DXmSvnGetEntryPosition routine has been set to True, the x and y coordinates indicate, in pixels, the distance of the displayed entry from the upper-left corner of the SVN window. However, if the specified entry is not visible in the SVN window, the routine returns -1 (an invalid value) for both the x and y coordinates, because the SVN widget cannot determine the position of such an entry when the application is in outline or column mode. When mode is False, the values returned for the x and y coordinates are only meaningful internally to the SVN widget. Tree mode When the application is in tree mode (the DXMSvnNdisplayMode resource is set to DXMSvnKdisplayTree) and the DXMSvnNtreeStyle resource is set to DXMSvnKuserDefinedTree (the application controls the format), the x and y coordinates indicate, in pixels, the distance of the displayed entry from the upper-left corner of the SVN window, when mode is True. If the entry is not visible in the SVN window, the mode is False. However, in tree mode, the returned x and y coordinates indicate the position of the entry in the entire tree, even though that position extends beyond the limit of what can currently be displayed in the SVN window. Note that for position values to be valid, the SVN widget must have been enabled prior to any changes made to the contents of the display. DXmSvnGetEntryPosition(3X)
All times are GMT -4. The time now is 05:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy