Linux client

Is there a linux client ?

any plan on developing a linux software that can support ichat audio video ?
Not going to speculate anything, but audio and video are considered as "extensions" to standard ports to my understanding.
You might want to try other IM service/software.

Similar Messages

  • New files and folders on a Linux client mounting a Windows 2012 Server for NFS share do not inherit Owner and Group when SetGID bit set

    Problem statement
    When I mount a Windows NFS service file share using UUUA and set the Owner and Group, and set the SetGID bit on the parent folder in a hierarchy. New Files and folders inside and underneath the parent folder do not inherit the Owner and Group permissions
    of the parent.
    I am given to understand from this Microsoft KnowledgeBase article (http://support.microsoft.com/kb/951716/en-gb) the problem is due to the Windows implmentation of NFS Services not supporting the Solaris SystemV or BSD grpid "Semantics"
    However the article says the same functionality can acheived by using ACE Inheritance in conjunction with changing the Registry setting for "KeepInheritance" to enable Inheritance propagation of the Permissions by the Windows NFS Services.
    1. The Precise location of the "KeepInheritance" DWORD key appears to have "moved" in  Windows Server 2012 from a Services path to a Software path, is this documented somewhere? And after enabling it, (or creating it in the previous
    location) the feature seems non-functional. Is there a method to file a Bug with Microsoft for this Feature?
    2. All of the references on demonstrating how to set an ACE to achieve the same result "currently" either lead to broken links on Microsoft technical websites, or are not explicit they are vague or circumreferential. There are no plain Examples.
    Can an Example be provided?
    3. Is UUUA compatible with the method of setting ACE to acheive this result, or must the Linux client mount be "Mapped" using an Authentication source. And could that be with the new Flat File passwd and group files in c:\windows\system32\drivers\etc
    and is there an Example available.
    Scenario:
    Windows Server 2012 Standard
    File Server (Role)
    +- Server for NFS (Role) << -- installed
    General --
    Folder path: F:\Shares\raid-6-array
    Remote path: fs4:/raid-6-array
    Protocol: NFS
    Authentication --
    No server authentication
    +- No server authentication (AUTH_SYS)
    ++- Enable unmapped user access
    +++- Allow unmapped user access by UID/GID
    Share Permissions --
    Name: linux_nfs_client.host.edu
    Permissions: Read/Write
    Root Access: Allowed
    Encoding: ANSI
    NTFS Permissions --
    Type: Allow
    Principal: BUILTIN\Administrators
    Access: Full Control
    Applies to: This folder only
    Type: Allow
    Principal: NT AUTHORITY\SYSTEM
    Access: Full Control
    Applies to: This folder only
    -- John Willis, Facebook: John-Willis, Skype: john.willis7416

    I'm making some "major" progress on this problem.
    1. Apparently the "semantics" issue to honor SGID or grpid in NFS on the server side or the client side has been debated for some time. It also existed as of 2009 between Solaris nfs server and Linux nfs clients. The Linux community defaulted to declaring
    it a "Server" side issue to avoid "Race" conditions between simultaneous access users and the local file system daemons. The client would have to "check" for the SGID and reformulate its CREATE request to specify the Secondary group it would have to "notice"
    by which time it could have changed on the server. SUN declined to fix it.. even though there were reports it did not behave the same between nfs3 vs nfs4 daemons.. which might be because nfs4 servers have local ACL or ACE entries to process.. and a new local/nfs
    "inheritance" scheme to worry about honoring.. that could place it in conflict with remote access.. and push the responsibility "outwards" to the nfs client.. introducing a race condition, necessitating "locking" semantics.
    This article covers that discovery and no resolution - http://thr3ads.net/zfs-discuss/2009/10/569334-CR6894234-improved-sgid-directory-compatibility-with-non-Solaris-NFS-clients
    2. A much Older Microsoft Knowledge Based article had explicit examples of using Windows ACEs and Inheritance to "mitigate" the issue.. basically the nfs client "cannot" update an ACE to make it "Inheritable" [-but-] a Windows side Admin or Windows User
    [-can-] update or promote an existing ACE to "Inheritable"
    Here are the pertinent statements -
    "In Windows Services for UNIX 2.3, you can use the KeepInheritance registry value to set inheritable ACEs and to make sure that these ACEs apply to newly created files and folders on NFS shares."
    "Note About the Permissions That Are Set by NFS Clients
    The KeepInheritance option only applies ACEs that have inheritance enabled. Any permissions that are set by an NFS client will
    only apply to that file or folder, so the resulting ACEs created by an NFS client will
    not have inheritance set."
    "So
    If you want a folder's permissions to be inherited to new subfolders and files, you must set its permissions from the Windows NFS server because the permissions that are set by NFS clients only apply to the folder itself."
    http://support.microsoft.com/default.aspx?scid=kb;en-us;321049
    3. I have set up a Windows 2008r2 NFS server and mounted it with a Redhat Enteprise Linux 5 release 10 x86_64 server [Oct 31, 2013] and so far this does appear to be the case.
    4. In order to mount and then switch user to a non-root user to create subdirectories and files, I had to mount the NFS share (after enabling Anonymous AUTH_SYS mapping) this is not a good thing, but it was because I have been using UUUA - Unmapped Unix
    User Access Mapping, which makes no attempt to "map" a Unix UID/GID set by the NFS client to a Windows User account.
    To verify the Inheritance of additional ACEs on new subdirectories and files created by a non-root Unix user, on the Windows NFS server I used the right click properties, security tab context menu, then Advanced to list all the ACEs and looked at the far
    Column reflecting if it applied to [This folder only, or This folder and Subdirectories, or This folder and subdirectories and files]
    5. All new Subdirectories and files createdby the non-root user had a [Non-Inheritance] ACE created for them.
    6. I turned a [Non-Inheritance] ACE into an [Inheritance] ACE by selecting it then clicking [Edit] and using the Drop down to select [This folder, subdirs and files] then I went back to the NFS client and created more subdirs and files. Then back to the
    Windows NFS server and checked the new subdirs and folders and they did Inherit the Windows NFS server ACE! - However the UID/GID of the subdirs and folders remained unchanged, they did not reflect the new "Effective" ownership or group membership.
    7. I "believe" because I was using UUUA and working "behind" the UID/GID presentation layer for the NFS client, it did not update that presentation layer. It might do that "if" I were using a Mapping mechanism and mapped UID/GID to Windows User SIDs and
    Group SIDs. Windows 2008r2 no longer has a "simple" Mapping server, it does not accept flat text files and requires a Schema extension to Active Directory just to MAP a windows account to a UID/GID.. a lot of overhead. Windows Server 2012 accepts flat text
    files like /etc/passwd and /etc/group to perform this function and is next on my list of things to see if that will update the UID/GID based on the Windows ACE entries. Since the Local ACE take precedence "over" Inherited ACEs there could be a problem. The
    Inheritance appears to be intended [only] to retain Administrative rights over user created subdirs and files by adding an additional ACE at the time of creation.
    8. I did verify from the NFS client side in Linux that "Even though" the UID/GID seem to reflect the local non-root user should not have the ability to traverse or create new files, the "phantom" NFS Server ACEs are in place and do permit the function..
    reconciling the "view" with "reality" appears problematic, unless the User Mapping will update "effective" rights and ownership in the "view"
    -- John Willis, Facebook: John-Willis, Skype: john.willis7416

  • Pdf printing with linux client

    hi,
    i'm working with a SuSE 9.3 Client and I want to use PDF-Printing with the Acrobat Reader. With Windows Xp it works fine, but if i choose the PDF-Printer with the Linux-Client nothing happens. The PDF-Job exist in the cue. What do i have to do that it works?
    P.S. I`am from germany ;-)

    Thanks! But on which machine do i have to put the lp command?
    Application-Server?
    Tarantella Server?
    Client?
    I have put it on my Client! But nothinng happens.
    My PATH --> /home/me/bin:/usr/local/sgdee:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/qt3/bin
    my script -->
    me@my-notebook:~> cat /usr/local/sgdee/lp
    #!/bin/bash
    LPINFILE=/tmp/.nclp.$$
    PATH="/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin"
    export PATH
    [ -f $1 ] && mv $1 $LPINFILE
    [ -f $2 ] && mv $2 $LPINFILE
    echo "Print: $* -> $LPINFILE" >> /tmp/nclog.`logname`
    echo "/usr/bin/xpdf -display $DISPLAY $LPINFILE; rm -f $LPINFILE" | at now
    exit 0
    me@my-notebook:~>

  • Machinarium - a new game with a Linux client

    Machinarium is an indie adventure game written in Flash.
    You steer a small robot through a wonderfully painted robot world. To get a feel of the game play, you can play Samorost, an earlier game by the developers, for free or try the demo.
    To get the disclaimer out of the way: I've no affiliation to the developers, but I liked the game and pre-ordered after it won the Excellence In Visual Art competition at this year's IGF.
    Yesterday I downloaded the client and started playing. It works nicely on my computer (1.6GHz C2D, 1GB, GMA950, Arch i686). The graphics are beautiful and the puzzles are so far (I played only the first section) on the same high level as Samorost 1+2.
    According to the web site the game is only 32bit and needs a minimum resolution of 1024x768, with 1280x800 or higher recommended. The developers also recommend to disable flash hardware acceleration.
    You can find more information and a demo at the website at http://www.machinarium.com/ , where you can also buy the game for $20.
    P.S. I'm writing here because I believe in supporting developers who offer Linux versions of their games. I bought Penumbra, WoG, Prey and now Machinarium for this reason. If you like the game (there's a demo), please consider buying it to show your support for studios developing for Linux, too.

    Mh, so far there has been one screen (kind of a plaza) where the game became sluggish and the fan got loud...the game itself is still a lot of fun and the puzzles are good and logical, although I managed to overlook an obvious switch and had to look at in-game help once.
    I'm not sure you can say they support Linux development as it's designed for flash (a cross-environment program).
    I agree that Linux support is probably not intentionally, but they saw the possibility and offer a Linux version on Launch day.
    Linux gaming is in a very sorry state - just take a look at the still missing UT3 client or the sound problems with Prey. And these are games which are (were promised to be) supported - almost no developer cares about Linux as a platform.
    I believe that when I buy the games of and talk about those few developers who do care about Linux, I might convince more developers that there's a market for Linux games.
    When I pre-ordered Machinarium, I communicated clearly that I bought the game because they thought about offering a Linux client. I'm glad they did in the end. The same for Osmos - I pre-ordered the game (it's a very relaxing experience) and I pledged to buy it again when the Linux client is released.

  • Print services and linux clients

    Hi,
    I'm installing a Windows Server 2012R2 as a printer server. It must give support to all kind of clients (windows, os x and linux).
    Then, I must use event id 307 and 805 to count printed pages.
    My question is related with event 307 and linux clients. I'm asking linux users to configure their CUPS to connect using samba printer, for example, \\server\printer001 but when I check event id, I get no file name (Remote Downlevel Document), and most important,
    I get 0 printed pages in param8. I did some testing using IPP, but I were not able to configure a printer in linux (couldn't manage to make linux clients to validate with their domain user account when using IPP). I tried configuring printer on server to render
    jobs in server with no luck. Tried PS drivers just in case it was easier to CUPS to send info to server, but no luck either.
    So, basically, is there any way to configure server (or linux client) so I get page count in event 307 in printservice? If I must configure IPP printing, how may clients configure their printers to validate using domain accounts?
    Thanks!

    Hi,
    Sorry for delaying in reply.
    Linux clients see page count. I've paused printing and checked some documents. Property page from a linux client document shows as this:
    Documents sent from windows clients show same but they've document name and page count.
    SPL archive copied from spooler printer on Windows server shows that info is present too:
    %!PS-Adobe-3.0
    %%Creator: cairo 1.9.5 (http://cairographics.org)
    %%CreationDate: Thu Jun 19 14:15:48 2014
    %%DocumentData: Clean7Bit
    %%LanguageLevel: 2
    %%DocumentMedia: Letter 612 792 0 () ()
    %%Orientation: Portrait
    %%For: (testuser)
    %%Title: (Phaser 5500 Descarga del archivo)
    %RBINumCopies: 1
    %%Pages: (atend)
    %%BoundingBox: (atend)
    %%EndComments
    %%BeginProlog
    %%BeginFeature: *JobPatchFile 1
    % Default Definitions
    userdict /xerox$pagedevice <<
    /MediaClass null
    /MediaPosition null
    /PageSize [612 792]
    /TraySwitch true
    /ManualFeed false
    /ImagingBBox null
    /ProcessColorModel /DeviceGray
    /DeviceRenderingInfo currentpagedevice 1 index get 1 dict copy
    /PostRenderingEnhance false
    /Install {
    xerox$old_install xerox$flip {
    currentpagedevice /PageSize get aload pop translate 180 rotate
    } if
    >> put
    <--- snip snip REMOVED FOR SIMPLICITY snip snip ------>
    showpage
    %%Trailer
    %%Pages: 1
    %%BoundingBox: 0 0 612 792
    %%EOF
    Linux client used official PPD file downloaded from xerox webpage for linux
    cups. Windows server uses Xerox Global Print Driver PS 5347.600.0.0 type 3 with
    Render print jobs on client computers as suggested by Alan before.
    Any other idea?

  • ACS 3.3.4 with Linux client

    I've got some problems with a Linux wireless network connection. NetworkManager is installed on the Linux laptop. PEAP profile is created.
    When the default Character String in ACS points to "Self" or his own IP adress, the Linux client can authenticate and succesfully log in to the wireless network.
    When the default "Character String" is set to an extended RADIUS server, the client cannot login anymore. I created a new "Character String" that contains the @domain.local suffix. It is not working. Same problem for a Nokia (Symbian) cellphone.
    What can it be ?

    ACS 3.0(4) is only supported on Windows 2000/NT and not 2003

  • Tta_printer with linux client behind router

    hi,
    what do have i to do, to print to my Linux Client! The Client is behind a firewall!
    if i print a job, the job hangs on the tarantella server!
    Applikation Server: SuSE 9.3
    Tarantella Server:SLES10
    Client: openSuSE 10.2
    Router also linux!! ;-)

    if your client is behind a firewall then you probably want to use firewall traversal. If your app server is behind a firewall then you need to open 515 (lpr) or 631 (CUPS). If you are using Windows printing, then you just need the RDP port open (3389).

  • NAC with Linux client

    Hi,
    I have some Linux clients. When they connects to the trusted network in the first time, they are redirected to NAC login page and are required to download java runtime. I set policies so that linux client can download java and install it, but after that, the web browers (firefox) on linux client still not allow NAC login page to be loaded.
    What is the root cause in this case ?
    Any guy can help me!
    Best regards,
    NamNT

    Folks, the problem is due to the fact that there are no web agents available for linux at this time. You need to create a new user page for linux with all java options disabled ( such as the one for mac address checking , ip address refresh etc ) . Make this user page on the top of the list. Also, under clean access requirements, make sure 'require use of web agent' is disabled for linux. This way, there will be web redirection and authentication only for linux clients ( no posture possible for linux ).
    Thanks,
    Mani

  • Linux client MAC address getting failure (Mr. Francois)

    Hi Mr.Francois
    I am using your client information form. Thank you.
    But in Linux client
    shows
    IP & MAC addresses are blank
    Any idea !
    Regards

    Because you did not provide details about which Forms version or client platform you are using it will be difficult to offer specifics. However, if you are using Forms 10.1.2.3 or newer, I would recommend trying to run the WebUtil demo form as it includes functionality to capture the client details. You can download the WebUtil demo from here:
    http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    It is listed under Forms 11g Demos, but the WebUtil demo is compatible with version 10 and newer. If you have never used this demo (or WebUtil) before, be aware that some features only work on Windows clients. Additionally, some features only work on Windows (32bit) clients.

  • Linux Clients Unable to Connect to VPN

    Hello all,
    There are a few linux clients that need to be able to access our OS X VPN server but I have been unsuccessful at setting up a connection. I have enabled PPTP and windows clients can connect just fine, but using the linux network manager, I cannot connect, I just get a 'Connection Failed' message. I have tried both locally and via internet.
    Has anyone had success connecting a linux machine to the os x vpn? Any configuration ideas? I can post the vpn logs if that would help.
    Thanks
    Greg

    Greg,
    I've never gotten this working either, and I'm surprised how little information I found after hours of googling and reading.  Have you made any headway?
    -Aaron

  • Oracle Server -Linux Client

    Hi friends,
    i am Oracle developer, im very new to Linux server concepts,
    im in position use 'oracle' in linux client machine and i have to run PLSQL procedure scripts in that PUTTY.
    what all the Pre-requesties and how do i make tnsnames connection in Linux Environment.

    Veekay wrote:
    Hi friends,
    i am Oracle developer, im very new to Linux server concepts,
    im in position use 'oracle' in linux client machine and i have to run PLSQL procedure scripts in that PUTTY.
    what all the Pre-requesties and how do i make tnsnames connection in Linux Environment.It's really not very clear exactly what you are needing to do.
    I'm assuming you have an oracle database installed on a linux server and need to know how to access it from your desktop machine.
    If so you have choices
    - you could install the oracle client software on your desktop. This would allow you to use sqlplus or any number of other apps to access the database.
    - you could use putty or any number of other free or paid ssh clients to establish a terminal session on the server. From there you could also run sqlplus. The difference is that it would be running on the server whereas in the first scenario it would be running on your desktop. The database itself doesn't care - either way sqlplus is just another client.
    using an ssh client to open a session on the server requires you to have an OS account on that server. Using database client tools at your desktop does not require an OS account on the server. As a DBA, I prefer NOT to give you an account on the server.

  • Linux client planned?

    hello, is a linux client planned? i'm using ubuntu and currently use https://bitmask.net/ which gives me an easy to use, non-leaking, always-on and open source vpn client.unfortunately they don't support ipv6 just yet. this leaves me w/o vpn at places with DS-lite/ipv4 over NAT. just the raw openvpn configuration files would be nice too.and please consider open sourcing your clients, that would be a good move.

    I add my vote for Linux. Anyone who is half serious about privacy is certain to be using (or contemplate using) Linux over Windows. I'd argue that your market share percentage of Linux users is far more than the share you're getting from Windows users.  As OP said, there's an open source client aready, bitmask.  You don't have to reinvent the wheel. Focus development on that client instead of creating your own. After all, you're generating revenue from the servers bandwith, not the client. And no one is going to take that client for themselves anytime soon. Please re-evaluate the option. The post-Snowden mindset has penetrated many homes by now. It's a win-win situation. You already have everything to sell, just need the means to sell. Even users trust is established already.

  • Novell Linux Client Auto launch

    Hello I had a question about having the Novell Linux Client launch immediately after the user logs into their SLED system user their local user name and password. On NLD 9 desktops I was able to go into small launcher program (I cannot remember what it was called, sorry) and I could add the Novell Client to that launcher program. Then when the user logged into the NLD 9 desktop the Novell client for Linux would launch, and they could add in their user name and password for the NetWare servers, processing login scripts, etc. Does anyone know how that can be accomplished with SLED 10 SP2 or SLED 11? I have tried to add the Novell client to the system tray which is not exactly the same things that I am looking to accomplish. Also what is the Novell client version that should be used with both of those desktops? I am mainly using SLED 10 SP2 but I have started to work with SLED 11 thank you.
    DS

    Originally Posted by jmarton
    On Mon, 20 Apr 2009 17:26:05 +0000, dschaldemcs wrote:
    > Hello I had a question about having the Novell Linux Client launch
    > immediately after the user logs into their SLED system user their local
    > user name and password. On NLD 9 desktops I was able to go into small
    > launcher program (I cannot remember what it was called, sorry) and I
    > could add the Novell Client to that launcher program. Then when the user
    > logged into the NLD 9 desktop the Novell client for Linux would launch,
    > and they could add in their user name and password for the NetWare
    > servers, processing login scripts, etc. Does anyone know how that can be
    > accomplished with SLED 10 SP2 or SLED 11?
    Control Center->Sessions->Startup Programs
    > I have tried to add the Novell
    > client to the system tray which is not exactly the same things that I am
    > looking to accomplish.
    You want to add the Novell Login app to the startup, gnwlogin. The tray
    app, ncl_tray, is started automatically.
    > Also what is the Novell client version that
    > should be used with both of those desktops? I am mainly using SLED 10
    > SP2 but I have started to work with SLED 11 thank you.
    SLED10 SP2: NCL 2.0 SP1
    SLED11: NCL 2.0 SP2
    Joe Marton
    Novell Knowledge Partner
    SUSE Linux Enterprise 11 is ready for action.
    Thank you very much Joe, I will be trying that tonight when I get home, that was a very helpful answer. I appreciate that.

  • EBS forms not opening in Linux client machine

    Hi all,
    In our network some client machines are linux (redhat 4) and when we access the EBS (11.5.10) thru browser (Mozilla firefox) , it works until clicking icon for forms.
    There is no java applet opening. What should we do invoke oracle apps forms.
    regards
    ravi

    There is no jinit for Linux. You need to configure the Linux instance to open the 1.5.0 sun java plugin that you have installed on your Linux client machine.
    The resolution is in the link provided by hsawwan:
    Go to $APPL_TOP/admin, and in sid_host.xml ($CONTEXT_FILE),
    replace
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.4.2_04</sun_plugin_ver>
    with
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.5.0_13</sun_plugin_ver>
    Then run autoconfig.
    Or cd to $OA_HTML/bin and edit appsweb_sid_host.cfg:
    Search for the lines:
    ; 4a) Sun JDK Plugin Parameters
    ; These parameters define the Sun's java plug-in to be used
    sun_plugin_mimetype=application/x-java-applet;jpi-version=1.4.2_04
    sun_plugin_classid=clsid:CAFEEFAC-0014-0002-0004-ABCDEFFEDCBA
    sun_plugin_url=http://host.domain:port/OA_HTML/oajinit.exe
    sun_plugin_version=1.4.2_04
    sun_plugin_legacy_lifecycle=false
    change the 1.4.2_04 entries to 1.5.0_13
    sun_plugin_mimetype=application/x-java-applet;jpi-version=1.5.0_13
    sun_plugin_classid=clsid:CAFEEFAC-0015-0000-0013-ABCDEFFEDCBA
    sun_plugin_url=http://host.domain:port/OA_HTML/oajinit.exe
    sun_plugin_version=1.5.0_13
    And bounce apache and forms server.
    This way, WIndows users still open with Jinitiator. This change has no effect for Windows users.

  • Java could not get the TGT from cache in Linux client.

    Dear friends,
    I have set up the kerberos server and OpenLDAP in RHEL5.5. I also have a RHEL6 as a client.
    I have ran my java program using jaas to query the openldap server from the linux client.
    1) I can query the openldap server If I copy the client's keytab to the client machine and use the following configruation options
         principal=wpingli
    useKeyTab=true
    keyTab="/home/wpingli/ker/java/wpingli_new.keytab";
    2) I also can query the openldap server If I am prompted to input the user/password.
    This makes me believe that my enviroment is ok.
    But I could not be sucessful if I run the java program after the kinit command.
    klist wpingli
    [wpingli@pli java]$ klist
    Ticket cache: FILE:/tmp/krb5cc_500
    Default principal: [email protected]
    Valid starting Expires Service principal
    10/20/11 16:18:06 10/21/11 16:18:02 krbtgt/[email protected]
    jaas configuration
    GssExampleSUN{
    com.sun.security.auth.module.Krb5LoginModule required
    client=true
    debug=true
    doNotPrompt=true
    useTicketCache=true
    ticketCache="/tmp/krb5cc_500";
    Exception:
    Debug is true storeKey false useTicketCache true useKeyTab false doNotPrompt true ticketCache is /tmp/krb5cc_500 isInitiator true KeyTab is null refreshKrb5Config is false principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false
    Acquire TGT from Cache
    Principal is null
    null credentials from Ticket Cache
    *[Krb5LoginModule] authentication failed*
    Unable to obtain Princpal Name for authentication
    Authentication attempt failedjavax.security.auth.login.LoginException: Unable to obtain Princpal Name for authentication
    Does anyone have idea on this problem?
    Thanks,
    Ricky

    Dear friends,
    I have set up the kerberos server and OpenLDAP in RHEL5.5. I also have a RHEL6 as a client.
    I have ran my java program using jaas to query the openldap server from the linux client.
    1) I can query the openldap server If I copy the client's keytab to the client machine and use the following configruation options
         principal=wpingli
    useKeyTab=true
    keyTab="/home/wpingli/ker/java/wpingli_new.keytab";
    2) I also can query the openldap server If I am prompted to input the user/password.
    This makes me believe that my enviroment is ok.
    But I could not be sucessful if I run the java program after the kinit command.
    klist wpingli
    [wpingli@pli java]$ klist
    Ticket cache: FILE:/tmp/krb5cc_500
    Default principal: [email protected]
    Valid starting Expires Service principal
    10/20/11 16:18:06 10/21/11 16:18:02 krbtgt/[email protected]
    jaas configuration
    GssExampleSUN{
    com.sun.security.auth.module.Krb5LoginModule required
    client=true
    debug=true
    doNotPrompt=true
    useTicketCache=true
    ticketCache="/tmp/krb5cc_500";
    Exception:
    Debug is true storeKey false useTicketCache true useKeyTab false doNotPrompt true ticketCache is /tmp/krb5cc_500 isInitiator true KeyTab is null refreshKrb5Config is false principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false
    Acquire TGT from Cache
    Principal is null
    null credentials from Ticket Cache
    *[Krb5LoginModule] authentication failed*
    Unable to obtain Princpal Name for authentication
    Authentication attempt failedjavax.security.auth.login.LoginException: Unable to obtain Princpal Name for authentication
    Does anyone have idea on this problem?
    Thanks,
    Ricky

Maybe you are looking for

  • Error in generating accounting document

    All, I have error in VFX3 when try to release billing document to accounting,"Prof.segment for prim.cost elements not advisable for costing-based CO-PA.",I took a display of billing document Environment->Account determination Analysis->Revenue Accoun

  • TOC doesn't show in View Primary Layout

    OK, this has got to be some minor little thing I'm not doing. I created a project by importing a PDF and creating topics based on a given style. In the Project Manager pod (?), under Project Files, I have 6 files. Each of the 6 files appears to be on

  • Hard Drive on iPhone? How to delete it..and a few other questions

    Hello! I'm a fairly new iPhone user so I apologize in advance if this is a stupid question. Is there a hard drive on my iPhone? If so, how can I delete the info on it? Will it delete my contacts and things like that? How do I do it? Thanks so much! I

  • NetBeans 4.1 Problem

    Well, the good news is that I got my bot working (hurrah!). The bad news is that I can't open my JAR >< !!! (angry face). I know that a lot of people have had this problem and posted here about it, but I couldn't find a good answer to this question.

  • Intercompany Consignment process

    Dear Experts, Please suggest best possible process for the below scenario. Company A and company B are under same flagship. Company A is located in Korea and company B is located in Germany. Company B manufacture the products, company A will do the b