Epiware Document Management 4.8.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Epiware Document Management 4.8.6 (Default branch)
# 1  
Old 05-01-2008
Epiware Document Management 4.8.6 (Default branch)

ImageEpiware is an AJAX-enabled Project and DocumentManagement application that provides access toa complete set of file management functions,including document check-in, check-out, versioncontrol, approval, change notification, and accesshistory. It enables the creation of virtual teamsby providing an online workspace for users tocollaborate and exchange information in a secure,protected setting.License: GNU General Public License (GPL)Changes:
An updated token handling mechanism, updated and fixed login cookie problems, a fix for invite link message issues with adding users, fixes for issues with the calendar display, and many other bugfixes and corrections. A new pdftotext extraction was included.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Red Hat

Document management supported by RH?

Hello, I would like to know if exists any document management (KM) similar to Sharepoint, OpenKM... supported by Redhat 5. Thanks! (0 Replies)
Discussion started by: RuBiCK
0 Replies

2. Shell Programming and Scripting

Shell Scripted Document Management System

Over the past 4 -5 years, I have cobbled together a rudimentary 'Document Management System' for a school district I support using Linux Bash Shell scripts.. The purpose of the scripting was to supplement features of a Job Applicant Center that had very simplistic methods of handle file... (1 Reply)
Discussion started by: rmuledeer
1 Replies
Login or Register to Ask a Question
pam_hpsec(5)							File Formats Manual						      pam_hpsec(5)

NAME
pam_hpsec - extended authentication, account, password, and session service module for HP-UX SYNOPSIS
DESCRIPTION
The service module implements extensions specific to HP-UX for authentication, account management, password management, and session manage- ment. The use of is recommended for all services, and is mandatory for some services such as and Application writers and system administrators may decide that it is inappropriate to use for some specific applications. When the module is present on the stack, it must be on the top of the stack, above other modules such as or This module is specific to HP-UX, and the functionality may vary significantly between releases. For an interpretation of the module path, please refer to the related information in pam.conf(4). Options The following options may be passed to the service module for all the components: syslog(3C) debugging information at Turns off warning messages. With this option, returns upon success. Without this option, the module returns upon success (which simplifies the PAM configuration). Authentication Component The authentication component provides management of credentials specific to HP-UX. In the future, this component may also implement addi- tional HP-UX specific authentication restrictions in addition to the credential management. Currently, this component initializes audit attributes for the session. In addition to the options listed in the section, the following options may also be passed to the module for authentication. With this option, does not initialize audit attributes for the session. This option is supported solely to maintain su(1) backward compat- ible behavior when is configured with su(1). HP recommends that this option not be applied to other services. With this option, ignores the restrictions or features that this module would otherwise enforce. Note that other common UNIX credentials such as and supplemental group membership are not managed by any PAM module. The application per- forming the authentication is expected to grant these credentials (these credentials must be granted after calling pam_open_session(3)) using the setuid(2) and initgroups(3C) types of calls. Account Management Component This component implements the and restrictions described in security(4). In addition to the options listed in the section, the following options may also be passed to the module for account management. With this option, ignores the restriction. With this option, ignores the restriction. This option is available only if the HP-UX Compartment Login product is installed, and its compartment login feature is enabled. With the option, ignores the compartment login access check restrictions. is defined in the compartment configuration file. Refer to compartment_login(5) for more information about HP-UX Compartment Login. With this option, ignores the restrictions or features that this module would otherwise enforce. Password Management Component This component unconditionally succeeds. Session Management Component This component implements many miscellaneous restrictions such as and documented in security(4). In addition to the options listed in the section, the following options may also be passed to the module for session management. With this option, ignores the setting. With this option, ignores the setting. With this option, ignores the setting. With this option, ignores the setting. With this option, ignores the restrictions or features that this module would otherwise enforce. EXAMPLES
The following is an example of stacking using the module: login session required pam_hpsec.so.1 login session sufficient pam_unix.so.1 login session sufficient pam_ldap.so.1 login session sufficient pam_krb5.so.1 The above rules state that the login's session management requires at least any one of UNIX, LDAP, and Kerberos PAM modules in addition to AUTHOR
was developed by HP. SEE ALSO
pam(3), pam_acct_mgmt(3), pam_authenticate(3), pam_open_session(3), pam_setcred(3), pam.conf(4), security(4), userdb(4), compart- ment_login(5). pam_hpsec(5)