Sudo root Password Prompt

Hi, I've built a widget that allows the user to modify the power settings wake-up schedule.
I did this through the pmset Unix command, like this:
widget.system("/usr/bin/sudo pmset repeat wake MTWRFSU "hours+":"+minutes":00", null);
I am forced to use sudo, because OS X's security settings block the widget's access to pmset. The issue I have is that since the sudo command returns a password prompt in the Terminal (in the Unix console), on the user side nothing happens, when they use the widget. The whole process is cancelled due to an invisible password request.
The question I am asking is, is there a way to prompt the user for the root password through OS X's default user password dialog box, instead of prompting through the background running Unix console? Is there a Unix or AppleScript command that does this?
And if there isn't, is there a way to send password information (that was entered in the widget) directly to the Unix console?

Applescript allows you to run a shell command using "Administrator privileges" (basically like sudo, only better).
The following AppleScript will run "/bin/ls -la" with root privileges by prompting the user in a standard Authorization Services dialog:
do shell script "/bin/ls -la" with administrator privileges
(Note: you do not need to use sudo in there anywhere, that's handled for you automatically; simply list the process you want to run and the options).
If you knew the user's password prior to running this command, you could do the following:
do shell script "/bin/ls -la" with administrator privileges password "myPlainTextPassword"
Note that this isn't as secure as letting AuthorizationServices handle the password prompt.
You may want to play around in Script Editor (/Applications/AppleScript/) until you get the command syntax down right. Then, you can use the "osascript -e" shell command to execute the script from your widget.
For example, the following shell command would have basically the same effect as executing the above-mentioned AppleScript:
osascript -e "do shell script "/bin/ls -la" with administrator privileges"
So, to review, in case your head is starting to swim a bit... You're executing a shell command (osascript) to execute an AppleScript which in turn uses AuthorizationServices (prompt for password) to perform a shell command with root privileges.
Hope this helps...

Similar Messages

  • Root password on solaris FPGA "fast-boot"

    I tried to boot opensolaris on FPGA in maintenance mode using "boot -m milestone=none" but it required root password which isn't mentioned in any documentation I looked at. Does anyone know what the password is or what it might be by default?
    Also, the DV guide mentions that adding programs can be done by mounting the program to the file system. This, however, requires root access to a sparc machine which I don't have. Some other users have tried ftp-ing executables.this would require ftp-ing these executables everytime the system is restarted. Any other solutions or suggestions? I am thinking about mounting a compact flash card to the file system and accessing my executables from there. The problem is I don't know how to mount devices to the file system. Any help would be much appreciated. Thanks.

    877531 wrote:
    All,
    please Type sudo root
    Password is ovsroot
    Even i had the same problem.. Finally its not oracle or something, it is "ovsroot ".
    And this password is for solaris 11 express edition virtual machine package..I think this will confuse the original poster, who was asking about the LiveCD USB image, not the VirtualBox appliance image. These are two different things. You and Tony are correct with regard to the VirtualBox appliance image user and root passwords, as documented in the OTN readme:
    http://download.oracle.com/otn/solaris/express/README.txt
    However, the original poster downloaded and booted from the LiveUSB, which operates out of RAM, not the harddrive. It is used for a fresh installation of Solaris 11 Express, as well as for trying out and running the OS without touching the harddrive. As Sadiq mentioned in his post, some commands require the root role, which is in the Solaris 11 Express Getting Started guide:
    http://download.oracle.com/docs/cd/E19963-01/html/820-7799/explore.html
    The previous answers are correct: The password is "solaris" for the LiveCD/LiveUSB environment.
    -- Alan

  • Root Password Doesn't Work on Sudo Commands

    I went through the process of changing the root password in Recovery mode and it appeared everything went as expected. Rebooted the Mac. When I run a command in Terminal using "sudo", I get challenged for the root password, and authentication fails. Are there any reasons that might explain this, or is there something I need to do differently? The laptop is supplied by my work, and I have both an admin and a standard account on it. When I'm prompted for admin authentication, entering the admin username and password works fine. But I need to be able to do things that require sudo permission (like reload the hosts file without having to do a full reboot), and it's just not responding to the password I just reset. Thanks for any help.

    Does your work know you enabled the root password on their hardware? They may consider that a security risk it isn't normal for Mac users to do this and it defeats the point of having sudo installed too.
    Read the manual…
    https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ man8/sudo.8.html
    man sudo
    (NOTE: in the default configuration this is the user's password, not the root password).
    You need to be an admin user to use sudo, standard accounts do not have access to it.

  • How to set new sudo password prompt?

    Hi guys, i've a problem with sudo!
    I want set a new password prompt for me but unfortunately don't how to do...
    I set  a defaults line in sodoers file with this syntax:
    Defaults     passprompt="MyPass:"
    but don't work...
    I tried also start sudo with -p paramenter: sudo -p "Mypass:" but nothing
    Someone can help me please...:(

    skymt wrote:
    Actually, sudo has an option for this:
    sudo -p 'Enter your password, %u:'
    '%u' will be replaced with your username. You can also use %H or %h for the hostname with or without the domain, %U for the username sudo will use to run your command, or %% for an actual percent sign.
    If you want to set a permanant prompt, either set the environment variable "SUDO_PROMPT" or set "passprompt" in /etc/sudoers using visudo.
    I tried this solution but don't work for me..
    If i try to do:
    # sudo -p 'My Password:' i've "Password" for pass prompt..
    I've re-checked the sudoers file, is this:
    # sudoers file.
    # This file MUST be edited with the 'visudo' command as root.
    # See the sudoers man page for the details on how to write a sudoers file.
    # Host alias specification
    # User alias specification
    # Cmnd alias specification
    # Defaults specification
    Defaults passprompt="Password:"
    # Runas alias specification
    # User privilege specification
    root ALL=(ALL) SETENV: ALL
    # Uncomment to allow people in group wheel to run all commands
    # and set environment variables.
    %wheel ALL=(ALL) ALL

  • After jumpstart host doesn't prompt for root password

    Hiya gang,
    I am migrating my jumpstart functionality to a new server and while it would appear that 100% of things are identical on both (as far as my /jumpstart tree is concerned), when I jumpstart a host (V240, in this case, but I've seen it on a SunBlade 150 too) everything appears to go well, but after the host reboots at the very end and I attempt to log in on console as root I am not even prompted for a password.
    I've booted to single user over the net and on the disk that was just jumpstarted I see what would appear to be a normal Solaris system. There are no indications that I can find of why it wouldn't prompt for password at all, and I'm not well enough versed with the way the login functionality works to know why this is.
    My new jumpstart server is running Solaris 10 (08/07), and I'm trying to jump a host with the same version. The very same jumpstart using my old jumpstart server works just fine.
    Thanks in advance,
    pb

    Darren,
    Thanks for your reply. It got me in the right frame of mind for troubleshooting :)
    I set up pam debugging for pam_ldap and got the following messages in /var/adm/messages:
    Aug 29 10:13:46 testfoo login: [ID 293258 auth.warning] libsldap: Status: 2 Mesg: Unable to load configuration '/var/ldap/ldap_client_file' ('').
    Aug 29 10:13:46 testfoo login: [ID 562097 auth.alert] open_module: Owner of the module /usr/lib/security/pam_mkhomedir.so is not root
    Aug 29 10:13:46 testfoo login: [ID 487707 auth.error] load_modules: can not open module /usr/lib/security/pam_mkhomedir.so
    Aug 29 10:13:46 testfoo svc.startd[7]: [ID 694882 daemon.notice] instance svc:/system/console-login:default exited with status 1
    Aug 29 10:56:51 testfoo su[3209]: [ID 105162 auth.alert] open_pam_conf: Owner of /etc/pam.conf is not root
    Aug 29 10:57:49 testfoo login[1225]: [ID 105162 auth.alert] open_pam_conf: Owner of /etc/pam.conf is not root
    ...so, I checked them out and /etc/pam.conf and /usr/lib/security/pam_mkhomedir.so are both owned nobody:nobody, which smelled like an NFS issue since both of those files are copied over to the hosts as part of a JASS_FILES variable, but during the finish script execution (they're copied by install-templates.fin). So, I did some digging there and found another Sun forum thread that had info on it:
    http://forums.sun.com/thread.jspa?forumID=841&threadID=5100999
    ...so I made the requisite change to /etc/default/nfs (setting the max version to 3) and the next jumpstart I tested worked perfectly, password prompt and all. All files that were previously owned nobody:nobody had the correct ownership this time around.
    Crazy!
    Thanks again Darren for your input!

  • Auto mounting disk drives on click without prompting root password

    I've installed Arch linux using the instructions given on the Beginner's Guide wiki.
    I want to auto mount a file system (partition) when I click on a partition from the default toolbar or from within nautilus, without prompting me to provide the root password for the system.
    I'm using 'gdm' as one of the DAEMONS entries to start the graphical environment in /etc/rc.conf
    Following the above mentioned wiki, I had deleted the '~/.xinitrc' file as it was mentioned in here.
    Now, how do I find(or regenerate) a backup copy of this above mentioned file, to add the line ''exec ck-launch-session"?
    Or, is there some other way to get the desired functionality working for me?

    As for the .xinitrc file:
    @skunktrader: This is exactly what I wanted, the '/etc/skel/' directory. Never realized that directory there. Thanks!!!
    @Mr.Elendig: Creating the file manually was too obvious. Thanks anyway!!
    As for my requirement:
    Even after placing the .xinitrc to my home directory and appending the line 'exec ck-launch-session gnome-session', I'm still being prompted for root authenication when trying to mount the partition from the desktop environment.

  • Snow Leopard Finder always prompting for root password

    I've just 'upgraded' to Snow Leopard from Tiger on my Macbook Pro, only because increasing numbers of applications wouldn't install on Tiger. Snow Leopard is significantly slower than Tiger (2 gig plainly isn't enough for SL) and it's knackered a few of my installed applications, but that's not the main irritation. Now, when I carry out any move or delete operations in the Applications folder in Finder, I'm repeatedly prompted for the root password, even though I'm logged in as the root user. As it's quite a long password, for security reasons, this is a real PITA. Under Tiger, I was never so prompted. Can anyone suggest why Leopard's producing this prompt, and what can be done about it? Other than de-install SL and re-install Tiger, that is...
    Fred

    William Boyd, Jr. wrote:
    Is running as "root" your normal mode of operation? If so, why? For several reasons that's recommended.
    Fred Riley wrote:
    Ok, I suppose I should be a bit more accurate. I login as user 'fredriley' which is a user with superuser rights. I don't login as 'root' because that's pretty bad practice in the Unix world (and rightly so), so my original message was inaccurate.
    I'm guessing that's a mistype and should say "For several reasons that's not recommended" since in OS X root is disabled by default. What you were really getting a prompt for is the admin password. But you know that.
    Now, though, I find some apps that would work under Tiger not working under SL, and I see no real functionality gain from 10.4 to 10.6. Ho hum.
    Only because the application versions you have were written for an OS that was superseded almost four years ago. The current versions of those apps are likely better than ever.
    As for "no functionality gain" ...look harder. For me, Tiger was a good solid OS with a few annoyances, Leopard was even more solid with the refinement and removal of most of the Tiger annoyances, and Snow Leopard is a further optimization.
    Some people complain about new versions of various apps and OSs only getting loaded down with feature bloat. Well, with OS X you also get a lot of refinement and optimization. If a new version appears to have "no functionality gain," would that not imply that most of the work went into substance (performance, efficiency, workflow) rather than style (feature bloat and eye candy)? Just trying to help you keep an open mind. Personally, I would not want to go back to Tiger because I would miss the subtle but positive adjustments that were made since then. Tiger would just annoy me now.

  • Terminal/bash stalls at password-prompt after sudo-command

    hi,
    under 10.5.2 Terminal lets me type or paste a sudo-command, but then, asking for my root-password, does not react to any inout from keyboard or via paste. What can that be?

    It is normal for nothing to appear on the screen while the password is being typed. Press Enter when you've finished entering it.
    (30698)

  • What is root password ?

    Hi there,
    I tried a few commands in the X terminal with the sudo prefix and it asked me for the root password.
    Does anyone know what it is ?
    Cheers
    Fred

    fhumbert wrote:
    Hi there,
    I tried a few commands in the X terminal with the sudo prefix and it asked me for the root password.
    Does anyone know what it is ?
    Cheers
    Fred
    Just to be pedantic.. if you're using SUdo and it prompts for a password, it is usually asking for YOUR password, not the root password..
    that's one of the differences between su and sudo..
    sudo will only let you run gainroot (sudo gainroot) which will start a root shell if:
      a) you have R&D mode activated, or
      b) you have installed the rootsh package
    otherwise it will tell you R&D mode isn't active..

  • Trouble entering root password in Terminal

    Hi!
    I'm having trouble entering the root password in Terminal. I read that the password doesn't appear when you type it, but I tried several times and I every time I hit the enter button, I only get "Sorry, try again." I tried changing the root password but still nothing. And I am sure I'm typing the right password!
    Does anyone know what I'm doing wrong?
    Thanks!

    If you are running from a standard account, you will need to run as an admin by entering the following (this is for 10.6)
    su - nameofadminaccount
    That's su space, then a dash, then another space and the short name of the admin.
    Hit return and when prompted enter the admin pword.
    Then you can enter the sudo command, but you will again be prompted to enter the admin pword, as you would if you were actually running admin.
    When finished, type "exit" to leave the "su account," then simply close the window.
    EDIT
    Yes! I only have one account and that is the administrative account.
    Go to SysPrefs>Accounts and check again you are running admin.
    Message was edited by: WZZZ

  • Applescript "with administrator privileges" and without Password prompt

    i,
    I have to configure some phone settings in the central VOIP/VPN/Gateway Router via a ssh (with certificate) command.
    There is only a option to allow or disallow the ssh access in the router. Therefor I wrote a applescript to allow only the specific ssh command "set /Setup/Voice-Call-Manager/Call-Router/Call-Routing/". To avoid the configuration access for anyone and to hard code passwords I have to execute this script with root permissions (do shell script "/usr/bin/su - " & user & " -c " & "'" & cmd & "'" with administrator privileges"). In any other unix implementation I can use "chmod 4755; chown 0:0". Even I compiled the Applescript and stored it as Carbon App, I get a user/password prompt.
    How can I avoid this prompt or authorize the script/app in any way?
    Thanks Henri

    I agree, but to use the private key of the applescript caller opens any user the ability to change any WLAN key, VPN settings or delete the admin account, not a good idea....
    Therefor I would like to run the applescript with root, "su - <adminuser> ssh router set ....".
    This restricts the access to the router config to this applescript and I would like avoid the hard coding of the root password in the applescript.
    I tried also the add the command to /etc/sudoers, this work fine from the command line but how to call "sudo applescript" from the desktop without entering the admin password?
    Thanks
    Henri

  • How to Delete and Reset a Lost Root Password on a System With a Mirrored ??

    hi All,
    we are experiencing problem,lost root password on Solaris 10 Sparc T5120, with mirror root,
    and we found the solution from Metalink.oracle.com, has anyone have try this??
    here list capture the file system :
    Filesystem size used avail capacity Mounted on
    */dev/md/dsk/d10 2.0G 349M 1.6G 18% /*
    */dev/md/dsk/d40 9.8G 563M 9.2G 6% /usr*
    */dev/md/dsk/d30 9.8G 1.4G 8.4G 15% /var*
    */dev/md/dsk/d50 7.9G 310M 7.5G 4% /opt*
    */dev/md/dsk/d600 3.8G 4.3M 3.8G 1% /home*
    */dev/md/dsk/d602 471M 20M 404M 5% /app/controlm*
    */dev/md/dsk/d601 471M 251M 173M 60% /app/ctsa*
    */dev/md/dsk/d604 4.9G 1.1G 3.8G 23% /app/oramon*
    */dev/md/dsk/d603 20G 11G 8.2G 58% /app/oracle*
    */dev/md/dsk/d606 39G 10.0G 29G 26% /proj/iprdb01/orafra/iprod01p*
    here the step :
    Solstice DiskSuite[TM] Software: How to Delete and Reset a Lost Root Password on a System With a Mirrored Root Disk [ID 1010755.1]
    Solution
    Steps to Follow
    How to delete and reset a lost root password on a system with a mirrored root disk.
    1) Insert the Solaris[TM] Operating System CD-ROM into the CD-ROM drive.
    2) Once the CD-ROM is in the drive, perform a stop-a. This brings the system down to the "ok" prompt.
    3) From the "ok" prompt, perform a single-user boot from the Solaris OS CD-ROM.
    ok boot cdrom -s4) At the "#" prompt, determine which disk is the system's boot disk (containing the root file system). There are several Oracle architectures and various configurations of systems when it concerns a boot disk. As a general rule, most boot disks are attached to controller 0 (c0). Usually, their SCSI target is
    either 3 (t3) or 0 (t0). However, Oracle machines are very flexible, and the boot disk could be at a different location. If you are not sure which disk is your boot disk, perform the following steps to determine the location of the boot device:
    a) # eeprom boot-device
    The output might appear to be simple, such as "disk" or "disk1" or more complicated, such as a pathname "/iommu/sbus/espdma@4,8400000/...../sd@3,0:a".
    b) Make note of the boot-device. If the boot-device is a pathname, it is beyond the scope of this information to provide the location of the customized boot disk. However, for most configurations,
    finding the customized boot disk is an easy task. The "Format" command shows all available disks:
    #format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    (enter its number): c) Enter d to exit format.
    Now, you will have an idea what disks are on the system. Therefore, if the boot-device is "disk" and format shows "c0t0d0" (on some systems "c0t3d0") then that is the boot device. If boot-device
    shows "disk1" and format shows "c0t1d0," then that is the boot device. If format shows multiple disks, then based on what the "eeprom boot-device" command shows, the system's boot disk would be:
    boot-device format
    disk c0t0d0 or c0t3d0 (machine dependent)
    disk1 c1t0d0
    disk2 c0t2d0
    disk3 c0t3d0 or c0t0d0 (machine dependent)
    and so on ....
    5) Because the system was not brought down gracefully (no root password means having to use the Stop-a keystroke to "crash" the system), you need to run "fsck" to clean the root partition (slice). The fsckalso confirms that you selected the proper slice.
    # fsck /dev/rdsk/c1t0d0s0
    where the X and Y are determined by the previous procedure. It is also possible to have a root partition which is not on slice 0 (s0), but, again, that is not a standard configuration.
    The output of "fsck" looks like this:
    ** /dev/rdsk/c1t0d0s0
    ** last mounted on /
    ** Phase 1 .....
    The second line in the output of "fsck" ("** Last mounted on /") confirms that this is the correct root filesystem partition. Answer "y" to any questions fsck asks. There shouldn't be too many items
    needing repair. If there are, there is a possibility of a corrupted root filesystem. After fsck is finished, mount the root partition:
    # mount /dev/dsk/c1t0d0s0 /a
    Again, X and Y are the same as for the fsck command.
    For example:
    # mount /dev/dsk/c1t0d0s0 /a
    6) From the root prompt, set the proper TERM type command (such as vt100, dtterm, sun, and so on)
    by entering this command:
    # TERM=sun; export TERM
    7) Use the VI text editor to edit the /etc/shadow file:
    # vi /a/etc/shadow
    8) The first line of the /etc/shadow file is the one you want to modify.
    It looks like this:
    root:c3.yAVmYodWsc:6445::::::
    9) Delete every character between the first and second colons in the first line of the file. When you finish deleting the characters, the line should look like this:
    root::6445::::::
    10) Press the Escape key, then enter the following to save the file and exit vi:
    :wq!
    11) Use the VI text editor to edit the /etc/system file andremove the "rootdev" line shown below:
    # vi /a/etc/system
    *rootdev:/pseudo/md@0:0,0,blk
    Don't comment out the "rootdev" line. Actually remove it.
    12) In the /a/etc/vfstab file, replace the lines for the system filesystem meta-devices with their underlying partitions. For example, change lines from
    /dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
    to
    /dev/dsk/c1t0d0s0 /dev/rdsk/c1t0d0s0 / ufs 1 no -
    ONLY change the lines for root (/) and the filesystems that were affected by the actions you took in step 1 of this procedure. All other metadevices may stay as is in this file.
    13) Unmount root, check the root filesystem, and then stop the system:
    # cd /
    # umount /a
    # fsck /dev/rdsk/c1t0d0s0
    # stop-a
    14) Boot to single-user mode:
    ok boot -swTHIS STEP IS VERY IMPORTANT; YOU MUST BOOT TO SINGLE-USER MODE TO AVOID FILESYSTEM CORRUPTION.
    If the system does not boot to single user mode, you might have made a mistake in the previous steps.
    15) Because the root password was cleared in an earlier step, press Return when prompted for the the root password. Once you are in single-user mode, you must clear the metamirrors and all the sub-mirrors for the root filesystem. For example, if root (/) is d0, run the following command:
    # metaclear -f -r d0
    Running the metaclear command not only clears the metamirror but also clears the submirrors that are part of this mirror.
    16) When the metamirror is cleared, continue the boot up to multiuser mode by either pressing CTRL-D or by entering the following:
    # exit
    Now everything should be as it was, except that the system partition is on the underlying partition and isn't mirrored. You will simply need to re-create the metadevices for the root mirror as you had originally.
    many thanks

    Hi,
    Halt your machine.
    Boot with fail-safe mode.
    format and list out the disks. (You can get the root & mirror disk (c#t#d#) details from /etc/lvm/md.tab of your root or mirror disk. Earlier explorer output may help)
    Mount the root disk and remove the password entry in /etc/shadow
    umount it.
    Mount the mirror disk and remove the password entry in /etc/shadow
    umount it.
    reboot the server.
    Hope this helps!

  • [SOLVED] Need to change root password - current one doesn't work

    Hey everybody,
    Not sure where to put this, so I apologize if it's in the wrong forum.
    I just installed Arch on my Dell netbook and all is well, except for issues with the root password. I am having a great deal of difficulty getting it to work. I know for a fact that I am typing it correctly. However, I did have trouble getting it set during the installation. When I try several times, I have gotten it to work, but I am getting tired of having to do that, and now I can't seem to get it to work at all. I have even tried a different keyboard, but with no luck.
    Is there any way to change the root password short of a reinstall?
    Thanks in advance for any help, but please keep in mind that I am relatively new to Linux and would greatly appreciate detailed instructions.
    Jeff
    Last edited by jlr1701 (2010-08-12 04:10:50)

    Solved. Should anyone else have this issue, I solved it by entering this command:
    sudo passwd root
    I set a new password and it seems to work fine.
    Didn't know if it was possible to change the root password that way, but glad it worked!

  • I need to change values in a file owned by root (root password is constant)

    The file is parameter file has below contents. The file is owned by root. My script is run by normal user and root password is constant and we can hardcode it.
    ABCLimit: 90
    SpoolLimit: 200
    TimeLimit: 345
    I need to change the value of SpooLimit from 200 to 400.
    Can anybody please give code for this?

    Your application needs to be running as root, or the user that started the application needs to have root level permissions for at least specific funtions (i.e. /etc/group, RBAC, sudo, etc).
    Java cannot change the users permission level in anyway that the user cannot already do himself.
    If you wish to find out how to use the /etc/group file, RBAC, sudo, etc, find your local System Administrator and explain your intentions to him/her (yeah, now that's a conversation I want to hear).

  • HT201240 how can I find the su - root password on my mac?

    how can I find the su - root password on my mac?

    Chances are you could have also done
    sudo su -
    which would now make you 'root' until you exit.  You could do all your setup running as root.
    Very few if anything actually needs the root password to use root privileges, and having a system where root cannot be directly logged into, is a safer system.

Maybe you are looking for

  • HP ePrint from Desktop PC

    Hi Support, I'm just setting up a HP Laserjet Pro 400 M401DN with ePrint and can successfully email a print job to [email protected] What I want to do is have a remote Windows PC print to this printer via ePrint as well. I have installed the driver,

  • IMac hdmi audio cut out

    Hi guys, Here is my setup: iMac 2010 (10.6.8) with an hdmi adapter to my sony bravia tv. The picture is fine but when playing any type of media, the media will play for about 10 seconds then cut out for 2-4 seconds at a time in perfect increments. Th

  • UPSA status stuck in "Starting" state - how to Stop

    my UPSA   sttus is starting state, i tried to stop but i am not able to perform this task. may i know why this is happening. i am in   domain network and AD is configured in my dev.env and  this  box  is a VM with sp 2013, sp d   etc are installed on

  • Creating sprite sheets with Photoshop CC

    Hi, I am creating a sprite image that is 200x 125px that has 8 images accross and 5 images down with each image on its own layer and each image is a max size of 25px x 25px.  How do I have Photoshop align the layers to have each image centered within

  • How can I get module information on runtime ?

    Hi, is it possible to read the module comment on runtime or is there a solution to read any module information as version text etc. for the end user ? (get_application_property(COMMENT_FORM); ..) Regards Friedhold