Likewise Open 5.0.3964 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Likewise Open 5.0.3964 (Default branch)
# 1  
Old 01-13-2009
Likewise Open 5.0.3964 (Default branch)

Likewise Open is an application that joins Linux,Unix, and Mac OS machines to Microsoft ActiveDirectory and securely authenticates users withtheir domain credentials. Features include:joining non-Windows systems to Active Directorydomains in a single step from the command line orfrom a GUI; authenticating users with a singleuser name and password; enforcing the samepassword policies for all platforms; supportingmultiple forests with one-way and two-way crossforest trusts; caching credentials in case yourdomain controller goes down; and providing singlesign-on for SSH and Putty. It does not requireActive Directory schema changes for installation.License: GNU General Public License v2Changes:
Improved performance. When a duplicate UID is found, it will go to AD to get info on a user rather than updating the cache. When a bad username/password is given to domainjoin, it will report "password is incorrect for this account" instead of "call to krb5 failed." Unix attributes from AD are no longer ignored in the default cell.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
gvfs-open(1)							   User Commands						      gvfs-open(1)

NAME
gvfs-open - open a file using the appropiate application SYNOPSIS
gvfs-open URI DESCRIPTION
gvfs-open opens an URI using the appropiate application. OPERANDS
The following operands are supported: URI Specifies the file location in standard URI format. EXAMPLES
Example 1: Open a local image file example% gvfs-open file:///tmp/example.jpg Example 2: Open a remote resource example% gvfs-open http://www.sun.com/ ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: NLSPATH. EXIT STATUS
The exit value 0 is returned regardless of success or failure. FILES
The following files are used by this application: /usr/bin/gvfs-open Executable to open a file using the appropiate application ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-gvfs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gvfs-copy(1), gvfs-info(1), gvfs-less(1), gvfs-ls(1), gvfs-mkdir(1) gvfs-monitor-dir(1), gvfs-monitor-file(1), gvfs-mount(1), gvfs-move(1), gvfs-rename(1), gvfs-cat(1), gvfs-rm(1), gvfs-save(1), gvfs-trash(1), gvfs-tree(1), attributes(5), environ(5) NOTES
Written by Alvaro Lopez Ortega, Sun Microsystems Inc., 2008. SunOS 5.11 25 Mar 2008 gvfs-open(1)