AFSandtheWeb Using PAM for Apache for an authorized

Size: px
Start display at page:

Download "AFSandtheWeb Using PAM for Apache for an authorized"

Transcription

1 ØØÔ»» Ö ÚºØÙ¹ ÑÒ ØÞº»ÔÙ»¾¼¼¼»¼¼ ¾» AFSandtheWeb Using PAM for Apache for an authorized accesstoafsfilespacefromtheweb Thomas Müller Chemnitz University of Technology, Computer Center 14./ AFS Meeting 2000 Garching 1

2 14./ AFS Meeting 2000 Garching 2»»ØÙ¹ ÑÒ ØÞº» ÓÑ»ÙÖÞ»Ø»Ø Ñ»ÔÙ Ð ØÑл Ò Üº ØÑÐ AFSandtheWeb Our situation Apache 1.3.x(with mod ssl) on Solaris and Redhat Linux several L4 switched servers arestoredinafs allwebpagesof ØØÔ»»ÛÛÛºØÙ¹ ÑÒ ØÞº» especially user web space, e.g. is resolved to ØØÔ»»ÛÛÛºØÙ¹ ÑÒ ØÞº» Ø Ñ»

3 Goals optional usage of AFS/Kerberos authentication optional usage of AFS file protection(acl) user-driven fall back to Apache s own authentication scheme no changes of Apache source code 14./ AFS Meeting 2000 Garching 3

4 request handling by Apache master daemon forwards received requests to one of its children request handling is broken down into a series of steps URIµfilename translation authentication checking... sendingtheresponsetotheclient logging Apache modules may add funtionality to each step 14./ AFS Meeting 2000 Garching 4

5 Pluggable Authentication Modules user user user login ftpd xdm dtlogin xlock Authentication Management Account Mangement Password Management Session Management UNIX DCE Security Service AFS S/Key Config File System Admin PAM Application Program Interface PAM Service Provider Interface 14./ AFS Meeting 2000 Garching 5

6 modauthpam ApachemoduleÑÓ Ô Ñ ÙØ byingolütkebohle: enables Apache to use PAM for authenticating remote users ØØÔ»»Ô Ѻ ÓÙÖ ÓÖ ºÒ Ø»ÑÓ ÙØ Ô Ñ» implements the PAM module types: authentication management account management doesn t handle credentials(afs token)- Apache knows nothing about different users in the filesystem 14./ AFS Meeting 2000 Garching 6

7 ËËÄÊ ÕÙ Ö ËËÄ ± غ Ø ÙØ Æ Ñ Ë ÙÖ Ö ÙØ ÌÝÔ Ù È Å ÙÐص ÙØ È Å Ò Ð ÓÒ Ö ÕÙ Ö Ú Ð ¹Ù Ö ÙØ È Å ÐÐÌ ÖÓÙ Ó ÝÔ ÓØ Ö ÙØ ÑÓ ÙÐص AFSandtheWeb Example 1 14./ AFS Meeting 2000 Garching 7 ÓÙÒØÖ ÕÙ Ö Ô Ñ º Óº½ ÙØ Ö ÕÙ Ö Ô Ñ º Óº½ ÒÓÖ ÖÓÓØ ± Ø» Ø»Ô Ñº» ØØÔ

8 ºººººººººººººººººººººººººººººººººººººººººººººººººººº init µ... auth Þ... ººººººººººººººººººººººººººººº Þ logging modauthpam pamauthenticate(...) pam afs.so.1 pamsmauthenticate(...) if(!fork()) ka VerifyUserPassword(...+ KA USERAUTH DOSETPAG,...) 14./ AFS Meeting 2000 Garching 8

9 Effects 1 authentication seems to work but wedon tgetanafstoken hangs sometimes(seems it doesn t wait correctly for the child s termination) each request creates a new PAG 14./ AFS Meeting 2000 Garching 9

10 Solution considerthehandlingofahttprequestasakindofa session modify the Apache module mod auth pam implement session management as an optional feature(storing and removing of credentials) modify the AFS-PAM pam afs.so.1 make the fork() optional findabetterwaytohandlepags 14./ AFS Meeting 2000 Garching 10

11 ËËÄÊ ÕÙ Ö ËËÄ ± غ Ø ÙØ Æ Ñ Ë ÙÖ Ö ÙØ ÌÝÔ ØÖ ÒØ Ð ÙØ È ÅË Ø Ö ÓÒ ± Ø» Ø»Ô Ñº» ØØÔ Ö ÕÙ Ö Ú Ð ¹Ù Ö AFSandtheWeb Example 2 14./ AFS Meeting 2000 Garching 11 ÓÒÓÔØ ÓÒ ÐÔ Ñ º Óº½ Ö ÕÙ Ö Ô Ñ º Óº½ ÒÓÖ ÖÓÓØ ÓÒØ ÓÖ ÓÙÒØÖ ÕÙ Ö Ô Ñ º Óº½ ÙØ

12 ºººººººººººººººººººººººººººººººººººººººººººººººººººº init µ... auth Þ... ººººººººººººººººººººººººººººº Þ logging modauthpam pamauthenticate(...) if(authpam SetCred) pam close session(...) pamsetcred(...) Å Å Å µ pam afs.so.1 pamsmauthenticate(...) setpag() kaverifyuserpassword(...) pamsmclosesession(...) ktcforgetalltokens(...) pamsmsetcred(...) ka UserAuthenticateGeneral(...) 14./ AFS Meeting 2000 Garching 12

13 Effects 2 optional usage of AFS/Kerberos authentication optional usage of AFS file protection ÙØ È Å Ò Ð ÓÒ Ó user-driven fall back to Apache s own protection ÙØ È ÅË Ø Ö ÓÒ Ó scheme controlledbyº Ø 14./ AFS Meeting 2000 Garching 13

14 Effects 2 each request creates a new PAG Ø Ø µstherequestedfilebeforetheauthstep workaround:provideðóó ÙÔpermissiontothe workaround:makethedirectoryofº Ø readabletoandmoveyourprotectedfilestoa needsanafstokentoreadº Ø subdirectory 14./ AFS Meeting 2000 Garching 14

15 Summary it works ºhelp desk ØØÔ»» ÖÚ º ÖÞºØÙ¹ ÑÒ ØÞº» ºmanagement of print spool requests ºaccess to HOME directories ØØÔ»»ÐÓ ÒºØÙ¹ ÑÒ ØÞº» AFS Web Security Pack more efficient(token caching, PAG handling) Doesanybodyuseit? 14./ AFS Meeting 2000 Garching 15

16 »»ØÙ¹ ÑÒ ØÞº»ÓÔ Ò»½º¼» ٠л Ö»Ô Ñ AFSandtheWeb Sources modified mod auth pam modified AFS PAM»»ØÙ¹ ÑÒ ØÞº»ÓÔ Ò» ÇÒ»ÑÓ ÙØ Ô Ñ 14./ AFS Meeting 2000 Garching 16

Proceedings of the 5 th Annual Linux Showcase & Conference

Proceedings of the 5 th Annual Linux Showcase & Conference USENIX Association Proceedings of the 5 th Annual Linux Showcase & Conference Oakland, California, USA November 5 10, 2001 THE ADVANCED COMPUTING SYSTEMS ASSOCIATION 2001 by The USENIX Association All

More information

Ò ÒØ Ò ØÖ Ò Ô Ö ÒØ Ø Ö Ñ Ö Ø ÓÒ Ñ Ò Ø Èž ÖÙÒØ Ñ Ý Ø Ñ Ö ÒØÓÒ Ù ÄÙ ÓÙ Ò Ê ÝÑÓÒ Æ ÑÝ Ø ÄÁÈ ÆË ÄÝÓÒ ³ÁØ ÄÝÓÒ Ü ¼ Ö Ò º ÓÒØ Ø Ö º ÒØÓÒ Ù ÄÙº ÓÙ Ê ÝÑÓÒ ºÆ ÑÝ Ø Ò ¹ÝÓÒº Öº ØÖ Øº Ì Ô Ô Ö Ö Ò Û Ó¹ Ö ÔÔÖÓ ØÓ Ø

More information

Ù ØÓÑ Ö Ö ÔÓÒ Ð Ø À Ú Ð Ö À Ú Ø Ñ ØÓ Ù Ú ÁÒ Ø Ø Ñ Ø Ò Ä Ñ Ø ÔÖÓ Ø ÐÛ Ý Ú Ø Ñ ½¹½ Ì Ù ØÓÑ Ö ÓÙÐ ººº ß Ú Ð Ö ÙØ Ñ Ý ÒÓØ ÓÑÔÐ Ø µ Ó Û Ø» Û ÒØ º ß Ú Ø Ñ ØÓ Ù Ø Ö ÕÙ Ö Ñ ÒØ Û Ø Ø ÖÓÙÔ ÙÖ Ò Ø ÔÖÓ Øº ß Ð ØÓ Ú

More information

Ò ÐÝÞ Ò ÔÐÓÊ ÓÛÒÐÓ ÈÖÓ Ð Û Ø ÁÒ¹ Ø ÐÐ ÒØ Å Ò Ö À Þ Ö ËÓ Ý Ò Ò Ü Ð Ï ÖÛ ØÞ ½ ½ ÁÒ Ø ØÙØ ĐÙÖ ËØ Ø Ø ÙÒ ĐÇ ÓÒÓÑ ØÖ ÀÙÑ ÓÐ Ø ÍÒ Ú Ö ØĐ Ø ÞÙ ÖÐ Ò ËÔ Ò Ù Ö ËØÖº ½ ½¼½ ÖÐ Ò ËÙÑÑ ÖÝ Ì Ô Ô Ö Ò Ü ÑÔÐ Ó Ø Ñ Ò Ò Ò

More information

N servers. Load-Balancing. A(t) speed s. clients. αn servers. (i) speed s. N servers speed αs. (ii)

N servers. Load-Balancing. A(t) speed s. clients. αn servers. (i) speed s. N servers speed αs. (ii) ËÀÊ ÆÃ Ò Ï Ë ÖÚ Ö ÖÑ Å Ø Ó ÓÖ Ë Ð Ð È Ö ÓÖÑ Ò ÈÖ Ø ÓÒ Ò Å ÙÖ Ñ ÒØ ÃÓÒ Ø ÒØ ÒÓ È ÓÙÒ Ô ÖØÑ ÒØ Ó Ð ØÖ Ð Ò Ò Ö Ò Ò ÓÑÔÙØ Ö Ë Ò ÍÒ Ú Ö ØÝ Ó ËÓÙØ ÖÒ Ð ÓÖÒ Ñ Ð Ô ÓÙÒ Ù º Ù Ô ÓÒ ¼¼½¹¾½ ¹ ¼ Ö ¼ Å Ð ÒØÓ Ú º ¼ ÄÓ

More information

Ý Ø Ð Ñ ÔÖÓ Ò Û Ó Ø ÒÑ Ò Ù ØÑ ÒØÓ Ø Ò ÓÖÑ Ø ÓÒÓÒØ Ò Ò Ò Ñ Û Ø Ø ÑÓ ÙÑ Ò ÔØ Ø ÓÒÓ Ø Ò ÓÖÑ Ø ÓÒÓÒØ Ò Ò ÒØ ÖÔÖ Ø Ø ÓÒ Ñ ÔÖÓ Ò µ ÒØ ÖÔÖ Ø Ø ÓÒ Ñ Ò ÐÝ µ Ò Ñ Û Ø Ø ÑÓ ÙØÓÑ Ø Ì Ò Ð Ò Ó Ñ ÓÖ Ò Ø Ò ÑÓÚ Ò Ò ØÓÖ

More information

Service -realization. Imported web -service interfaces. Web -service usage interface. Web -service specification. client. build/buy reuse/buy

Service -realization. Imported web -service interfaces. Web -service usage interface. Web -service specification. client. build/buy reuse/buy Ò Å Ø Ó ÓÐÓ Ý ÓÖ Ï Ë ÖÚ Ò Ù Ò ÈÖÓ Å ÈºÈ Ô ÞÓ ÐÓÙ Ò Â Ò Ò ÁÒ ÓÐ Ì Ð ÙÖ ÍÒ Ú Ö ØÝ ÈÇ ÓÜ ¼½ ¼¼¼ Ä Ì Ð ÙÖ Æ Ø ÖÐ Ò Ñ Ô Ò Ù ºÒÐ ØÖ Øº ¹ Ù Ò Ø Ò ØØ ÒØ ÓÒ ÖÓÑ ÓÑÔÓÒ ÒØ ØÓ Û ÖÚ ÔÔÐ Ø ÓÒ º ÅÓ Ø ÒØ ÖÔÖ Ô Ò ÑÓ Ø

More information

Best Place to Find Information on Marriage

Best Place to Find Information on Marriage USENIX Association Proceedings of the 4th Annual Linux Showcase & Conference, Atlanta Atlanta, Georgia, USA October 10 14, 2000 THE ADVANCED COMPUTING SYSTEMS ASSOCIATION 2000 by The USENIX Association

More information

ORB User Sponsor Client Authenticate User Request Principal Create Credentials Authenticator Attributes ORB

ORB User Sponsor Client Authenticate User Request Principal Create Credentials Authenticator Attributes ORB Ö Ñ ÛÓÖ ÓÖ ÁÑÔÐ Ñ ÒØ Ò ÊÓÐ ¹ ÓÒØÖÓÐ Í Ò ÇÊ Ë ÙÖ ØÝ Ë ÖÚ ÃÓÒ Ø ÒØ Ò ÞÒÓ ÓÚ Ò Ò ÒØ Ö ÓÖ Ú Ò ØÖ ÙØ ËÝ Ø Ñ Ò Ò Ö Ò Ë ÓÓÐ Ó ÓÑÔÙØ Ö Ë Ò ÐÓÖ ÁÒØ ÖÒ Ø ÓÒ Ð ÍÒ Ú Ö ØÝ ØÖ Ø Ì Ô Ô Ö ÓÛ ÓÛ ÖÓÐ ¹ ÓÒØÖÓÐ Ê µ ÑÓ Ð ÓÙÐ

More information

Ä Ò Ö Ò ÒØ ÖÓÔØ Ñ Þ Ø ÓÒÛ Ø ÔÔÐ Ø ÓÒ ÅÎ ½»ÅÅ ½ Å Ò ÑÙÑÓ Ø ÓÛÑÓ Ð Ò Ð ÓÖ Ø Ñ Ä ØÙÖ ½¼ ÒÒ¹ Ö Ø ËØÖ Ñ Ö ¾¼½ ¼ ¼¾ Ä ØÙÖ Ä Ò Ö Ò ÒØ ÖÓÔØ Ñ Þ Ø ÓÒÛ Ø ÔÔÐ Ø ÓÒ Å Ü ÑÙÑ ÓÛÑÓ Ð ÓÒ Ö ØÖ Ø Ø Ò Ò ØÛÓÖ Û Ø Ô Ô Ð Ò

More information

ØÓÖ Ò Ê Ø ÓÒ Ð ÈÓÐÝÒÓÑ Ð ÓÚ Ö Ø ÓÑÔÐ Ü ÆÙÑ Ö Ò Ö Ø ÂÓ Ò ÒÒÝ Ý Ì ÓÑ ÖÖ ØÝ Þ ÂÓ Ï ÖÖ Ò Ü ÖÙ ÖÝ ½ ØÖ Ø Æ Ð ÓÖ Ø Ñ Ö Ú Ò ÓÖ Ø ÖÑ Ò Ò Ø ÒÙÑ Ö Ò Ö Ó Ø ØÓÖ ÖÖ Ù Ð ÓÚ Ö Ø ÓÑÔÐ Ü ÒÙÑ Ö Ó ÑÙÐØ ¹ Ú Ö Ø ÔÓÐÝÒÓÑ Ð

More information

ÓÒ ÙÖ Ø ÓÒ ËÔ Å Ò ÓÖ Ù Ñ ÒØ Ò ÀÙÑ Ò È Ö ÓÖÑ Ò Ò Ì Ð ÓÔ Ö Ø ÓÒ Ì Áº ÁÚ Ò Ú Ò Îº ÄÙÑ Ð Ý ÊÓ ÓØ Ä ÍÒ Ú Ö ØÝ Ó Ï ÓÒ Ò¹Å ÓÒ Å ÓÒ Ï ÓÒ Ò ¼ ÍË ÓÖ ºÛ º Ù ØÖ Ø Ì Ô Ô Ö ÓÒ Ö Ò ÔÔÖÓ ØÓ ÓÔ Ö ØÓÖ¹ Ù Ö Ð Ø Ñ ÑÓØ ÓÒ

More information

NON-COMPRESSED PGP MESSAGE L E N G T H M O D E C T B NAME LENGTH SEDP PACKET

NON-COMPRESSED PGP MESSAGE L E N G T H M O D E C T B NAME LENGTH SEDP PACKET ÁÑÔÐ Ñ ÒØ Ø ÓÒ Ó Ó Ò¹ Ô ÖØ ÜØ ØØ Ò Ø È È Ò ÒÙÈ Ã Ð Â ÐÐ ½ ÂÓÒ Ø Ò Ã ØÞ ¾ ÖÙ Ë Ò Ö ¾ ½ Ì ÓÒ ÓÑÔ ÒÝ Ð ÓÒÓÑÔ ÒݺÓÑ Ô ÖØÑ ÒØ Ó ÓÑÔÙØ Ö Ë Ò ÍÒ Ú Ö ØÝ Ó Å ÖÝÐ Ò ÓÐÐ È Ö µ ØÞ ºÙÑ º Ù ÓÙÒØ ÖÔ Ò ÁÒØ ÖÒ Ø Ë ÙÖ ØÝ

More information

b c d bidirectional link unidirectional link

b c d bidirectional link unidirectional link Ï Ö Ð Æ ØÛÓÖ ¼ ¾¼¼½µ ß ½ ÊÓÙØ Ò Ð ÓÖ Ø Ñ ÓÖ Ï Ö Ð ÀÓ Æ ØÛÓÖ Û Ø ÍÒ Ö Ø ÓÒ Ð Ä Ò Ê Ú ÈÖ Ô ÖØÑ ÒØ Ó ÓÑÔÙØ Ö Ë Ò ÍÒ Ú Ö ØÝ Ó Ì Ü Ø ÐÐ Ê Ö ÓÒ Ì ¼ ¹¼ º ¹Ñ Ð Ö Ú ÔÙØ ÐÐ º Ù ÅÓ Ø Ó Ø ÖÓÙØ Ò Ð ÓÖ Ø Ñ ÓÖ Ó Ò ØÛÓÖ

More information

Ø Å Ò Ò Û Ø ËØÖÙØÙÖ ÔØ Ò Æ ÙÖ Ð Æ ØÛÓÖ Ý Ä ÔÖ Ý ÑÑ Ò Ð ÓÓÒ Ëº ÀÓÒ µ Ø Ù Ñ ØØ Ò ÙÐÐ ÐÑ ÒØ Ó Ø Ö ÕÙ Ö Ñ ÒØ ÓÖ Ø Ö Ó ÓØÓÖ Ó È ÐÓ ÓÔ Ý Ë ÓÓÐ Ó ÓÑÔÙØ Ö Ë Ò Ò ËÓ ØÛ Ö Ò Ò Ö Ò ÅÓÒ ÍÒ Ú Ö ØÝ Å Ö ¾¼¼¼ ÌÓ ÑÑ ² Ì

More information

Protecting Web Servers from Distributed Denial of Service Attacks

Protecting Web Servers from Distributed Denial of Service Attacks Protecting Web Servers from Distributed Denial of Service Attacks Frank Kargl Department of Multimedia Computing University of Ulm Germany frank.kargl@ Joern Maier Department of Multimedia Computing University

More information

ÈÖ ÔÖ ÒØ ¼ ¾¼¼¼µ ß ½ ¹ÓÑÑ Ö Ò Ø ÁÒ Ò ÁÒ ÙÖ Ò ÁÒ Ù ØÖÝ ÈÖÓ Ô Ø Ò ÙØÙÖ ÈÖ Ø Ú Ö ÙÔØ Ô ÖØÑ ÒØ Ó Ð ØÖ Ð Ò ÓÑÔÙØ Ö Ò Ò Ö Ò ÍÒ Ú Ö ØÝ Ó Ð ÓÖÒ Ë ÒØ Ö Ö ½¼ ÍË º ¹Å Ð Ô ÐÔ º ºÙ º Ù Ü ½ ¼ µ ¾ ¾º à ØÙÖ Ë Ò ÙÔØ Å

More information

Managing Access Control in PresSTORE

Managing Access Control in PresSTORE Managing Access Control in PresSTORE This article describes the functions to limit access for users in PresSTORE and discusses some scenarios as examples how to to configure non-administrator restore functions.

More information

SchoolBooking SSO Integration Guide

SchoolBooking SSO Integration Guide SchoolBooking SSO Integration Guide Before you start This guide has been written to help you configure SchoolBooking to operate with SSO (Single Sign on) Please treat this document as a reference guide,

More information

1 Introduction... 3 2 Product overview... 4. 2.1 Product description... 4. 3 System requirements... 7. 3.1 Software support... 7

1 Introduction... 3 2 Product overview... 4. 2.1 Product description... 4. 3 System requirements... 7. 3.1 Software support... 7 Product announcement ----------------------------------------------------------------------------- ASEBA SxS PAAS module ----------------------------------------------------------------------------------------------------------

More information

Enabling Active Directory Authentication with ESX Server 1

Enabling Active Directory Authentication with ESX Server 1 1 Enabling Active Directory Authentication with ESX Server 1 This document provides information about how to configure ESX Server to use Active Directory for authentication. ESX Server system includes

More information

ÌÝÔ ¹ Ö Ø È ÖØ Ð Ú ÐÙ Ø ÓÒ ÇÐ Ú Ö ÒÚÝ ÊÁ Ë Ô ÖØÑ ÒØ Ó ÓÑÔÙØ Ö Ë ÍÒ Ú Ö ØÝ Ó Ö Ù Ù Ð ¼ ÆÝ ÅÙÒ Ã¹ ¼¼¼ Ö Ù ÒÑ Ö ¹Ñ Ð ÒÚÝ Ø Ô Ö º ÀÓÑ Ô ØØÔ»»ÛÛÛº Ö º» ÒÚÝ Ø Ô ØÖ Øº ÌÝÔ ¹ Ö Ø Ô ÖØ Ð Ú ÐÙ Ø ÓÒ Ù ÒÓÖÑ Ð Þ Ø

More information

IPsec (enc) IPsec extensions Ethernet Driver. etherip_input() bridge_input()

IPsec (enc) IPsec extensions Ethernet Driver. etherip_input() bridge_input() ÌÖ Ò Ô Ö ÒØ Æ ØÛÓÖ Ë ÙÖ ØÝ ÈÓÐ Ý Ò ÓÖ Ñ ÒØ Ò ÐÓ º à ÖÓÑÝØ ØÖ ÙØ ËÝ Ø Ñ Ä ÍÒ Ú Ö ØÝ Ó È ÒÒ ÝÐÚ Ò Ò ÐÓ ÓÔ Ò ºÓÖ Â ÓÒ Äº ÏÖ Ø Æ ØÛÓÖ Ë ÙÖ ØÝ Ì ÒÓÐÓ ÁÒº Æ ÌË µ ÓÒÓÔ Ò ºÓÖ ØÖ Ø ÓÖ ÓÒ ÙÖ Ø ÓÒ Ò Ò Ø ÔÖÓØ Ø ÒÓ

More information

Setting Up the Mercent Marketplace Price Optimizer Extension

Setting Up the Mercent Marketplace Price Optimizer Extension For Magento ecommerce Software Table of Contents Overview... 3 Installing the Mercent Marketplace Price Optimizer extension... 4 Linking Your Amazon Seller account with the Mercent Developer account...

More information

TIBCO Spotfire Platform IT Brief

TIBCO Spotfire Platform IT Brief Platform IT Brief This IT brief outlines features of the system: Communication security, load balancing and failover, authentication options, and recommended practices for licenses and access. It primarily

More information

Ë ÓÖعÖÙÒ Ö ØÙÖÒ ÖÓÙÒ Ø ÌÖ Ó ÓÖÔÓÖ Ø ÁÒ Ö ÓÒ Ø ÄÓÒ ÓÒ ËØÓ Ü Ò ËÝÐÚ Ò Ö Ö Ð Ò Ö ÓÖÝ ÂÓ Ò Å Ø Ø Ó Ò Á Ò ÌÓÒ º Ý Â ÒÙ ÖÝ ¾¼¼½ ØÖ Ø ÈÖ Ú ÓÙ ÛÓÖ Ü Ñ Ò Ø ÐÓÒ ¹ÖÙÒ ÔÖÓ Ø Ð ØÝ Ó ØÖ Ø Ñ Ñ Ò Ø ØÖ Ó ÓÑÔ ÒÝ Ö ØÓÖ

More information

Ï Ö Ð Æ ØÛÓÖ ¼ ¾¼¼½µ ß ½ ÄÓ ¹ Ð Ò ÄÓ Ø ÓÒ Å Ò Ñ ÒØ ÓÖ ÐÐÙÐ Ö ÅÓ Ð ËÝ Ø Ñ Ù Ò ÉÙÓÖÙÑ Ò ÝÒ Ñ À Ò Ê Ú ÈÖ Ý ÑÙÒØ À Ò ÅÙ Ë Ò Ð Ô ÖØÑ ÒØ Ó ÓÑÔÙØ Ö Ë Ò ÍÒ Ú Ö ØÝ Ó Ì Ü Ø ÐÐ Ê Ö ÓÒ Ì ¼ ¹¼ º ¹Ñ Ð Ö Ú ÔÙØ ÐÐ º Ù

More information

HowHow to Choose a Good Stock Broker For 2008

HowHow to Choose a Good Stock Broker For 2008 Î Ð Ö Ö ÐÐ Ò ÍÒ Ú Ö Ø ÊÓÑ ÌÓÖ Î Ö Ø ÊÓÑ Á¹¼¼½ Ö ÐÐ Ò ÙÒ ÖÓÑ ¾º Ø ÝÒ Ñ ÄÓ Ð Ò Ò ÓÒ Ï ¹ ÖÚ Ö ËÝ Ø Ñ È Ð Ô Ëº Ù Á Š̺º Ï Ø ÓÒ Ê Ö ÒØ Ö ÓÖ ØÓÛÒ À Ø Æ ½¼ Ô ÝÙÙ º ѺÓÑ Å Ð ÓÐ ÒÒ ÍÒ Ú Ö Ø ÅÓ Ò Ê Ó Ñ Ð ÅÓ Ò

More information

ÁÒ Ø ØÙØ ĐÙÖ ÁÒ ÓÖÑ Ø Ö Ì Ò Ò ÍÒ Ú Ö ØĐ Ø ÅĐÙÒ Ò Æ ÒØ ÇÔ Ö Ø ÓÒ Ü ÙØ ÓÒ ÓÒ ÅÙÐØ Ñ Ò ÓÒ Ð ÖÖ Ý Ø ÆÓÖ ÖØ Ï Ñ ÒÒ ÁÒ Ø ØÙØ ĐÙÖ ÁÒ ÓÖÑ Ø Ö Ì Ò Ò ÍÒ Ú Ö ØĐ Ø ÅĐÙÒ Ò Æ ÒØ ÇÔ Ö Ø ÓÒ Ü ÙØ ÓÒ ÓÒ ÅÙÐØ Ñ Ò ÓÒ Ð ÖÖ

More information

nitrobit update server

nitrobit update server nitrobit update server Administrator's Guide 2011 analytiq consulting gmbh. All rights reserved. Page 2 nitrobit update server Administrator's Guide Content I. Introduction... 4 Overview... 4 Components

More information

Working Paper The Role of Background Factors for Reading Literacy: Straight National Scores in the PISA 2000 Study

Working Paper The Role of Background Factors for Reading Literacy: Straight National Scores in the PISA 2000 Study econstor www.econstor.eu Der Open-Access-Publikationsserver der ZBW Leibniz-Informationszentrum Wirtschaft The Open Access Publication Server of the ZBW Leibniz Information Centre for Economics Fertig,

More information

Integration with Active Directory. Jeremy Allison Samba Team

Integration with Active Directory. Jeremy Allison Samba Team Integration with Active Directory Jeremy Allison Samba Team Benefits of using Active Directory Unlike the earlier Microsoft Windows NT 4.x Domain directory service which used proprietary DCE/RPC calls,

More information

Lecture 10 - Authentication

Lecture 10 - Authentication Lecture 10 - Authentication CMPSC 443 - Spring 2012 Introduction Computer and Network Security Professor Jaeger www.cse.psu.edu/~tjaeger/cse443-s12/ Kerberos: What to know 1) Alice T rent : {Alice + Bob

More information

Web Server. Repository (static information) Presentation Content Application Data and

Web Server. Repository (static information) Presentation Content Application Data and Ù Ð Ò ÌÓÓÐ ÓÖ Ø Ò ÐÝ Ò Ì Ø Ò Ó Ï ÔÔÐ Ø ÓÒ ÈÖÓ Ð Ñ Ò ËÓÐÙØ ÓÒ ÁÌ ¹ Ö Ø ÒØÖÓ Ô Ö Ð Ê Ö Ë ÒØ Ì ÒÓÐÓ ¼ ¼ ÈÓÚÓ ÌÖ ÒØÓµ ÁØ ÐÝ Ö ØÓÒ ÐРغ Ø Ø Ðº º¼ ½º ½ ¾ Ü º¼ ½º ½ ½ ØÖ Øº Ï ÔÔÐ Ø ÓÒ Ö ÓÑ Ò ÒÖ Ò ÐÝ ÓÑÔÐ Ü Ò

More information

ClockWork Enterprise 5

ClockWork Enterprise 5 ClockWork Enterprise 5 Technical Overview rev 5.1 Table of Contents Overview... 3 Database Requirements... 4 Database Storage Requirements... 4 Sql Server Authentication and Permissions... 5 ClockWork

More information

Integrating Lustre with User Security Administration. LAD 15 // Chris Gouge // 2015 Sep

Integrating Lustre with User Security Administration. LAD 15 // Chris Gouge // 2015 Sep Integrating Lustre with User Security Administration LAD 15 // Chris Gouge // 2015 Sep Topics User Security in Linux POSIX Permissions The Requirement for Upcall in Lustre Upcall Utilities Overview Upcall

More information

Unifying Authorization Models

Unifying Authorization Models Unifying Authorization Models Merging /etc/group and 'Domain Users' Gerald Carter Centeris jerry@samba.org http://www.samba.org/ Slide 1 Copyright G. Carter, 2006 Outline http://samba.org/~jerry/slides/lwny07_2up.pdf

More information

CAC AND KERBEROS FROM VISION TO REALITY

CAC AND KERBEROS FROM VISION TO REALITY CAC AND KERBEROS FROM VISION TO REALITY Mil OSS Conference 2011 Dmitri Pal Sr. Engineering Manager Red Hat Inc. Aug 31, 2011 Outline Setting up context... Card authentication now Open issues Pieces of

More information

WHMCS LUXCLOUD MODULE

WHMCS LUXCLOUD MODULE èè WHMCS LUXCLOUD MODULE Update: 02.02.2015 Version 2.0 This information is only valid for partners who use the WHMCS module (v2.0 and higher). 1.1 General overview 1.2 Installing the plugin Go to your

More information

GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III

GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III QWERTYUIOP{ GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III This GL254 course is designed to follow an identical set of topics as the Red Hat RH254, RH255 RHCE exam prep courses with the added

More information

Lecture 10 - Authentication

Lecture 10 - Authentication CSE497b Introduction to Computer and Network Security - Spring 2007 - Professor Jaeger Lecture 10 - Authentication CSE497b - Spring 2007 Introduction Computer and Network Security Professor Jaeger www.cse.psu.edu/~tjaeger/cse497b-s07/

More information

ËØ Ö Ó È Ö ÓÒ ÌÖ Ò Û Ø ÔØ Ú ÈÐ Ò¹Î Û Ì ÑÔÐ Ø Ó À Ø Ò ÇÙÔ ÒÝ ËØ Ø Ø Å Ð À ÖÚ ÐÐ À ÛÐ ØØ¹È Ö Ä ÓÖ ØÓÖ ½ ¼½ È Å ÐÐ Ê º Ñ ½½ ½ È ÐÓ ÐØÓ ¼ ÍÒ Ø ËØ Ø ØÖ Ø Ø Ó Ø Ó ÓÑÔÙØ Ò Ô Ö¹Ô Ü Ð ÔØ Ñ ÖÝ ÖÓÑ Ø Ö Ó Ñ Ö Ò Ö

More information

How To Set Up An Openfire With Libap On A Cdd (Dns) On A Pc Or Mac Or Ipad (Dnt) On An Ipad Or Ipa (Dn) On Your Pc Or Ipo (D

How To Set Up An Openfire With Libap On A Cdd (Dns) On A Pc Or Mac Or Ipad (Dnt) On An Ipad Or Ipa (Dn) On Your Pc Or Ipo (D 1 of 8 2/6/2012 8:52 AM Home OpenFire XMPP (Jabber) Server OpenFire Active Directory LDAP integration Sat, 01/05/2010-09:49 uvigii Contents 1. Scenario 2. A brief introduction to LDAP protocol 3. Configure

More information

Ì Ö Ø ÅÝÈÓÐ È Ý Ç Ý Ý ÁÒ ØÝØÙØ ÞÝ Ö Ò ÏÝ ÓÙÖÒ ¾  ÒÙ Öݾ¼¼¾ ÍÒ Û Ö ÝØ ØÅ Ó ÃÓÔ ÖÒ ¹ÈÓÐ Ò Ø ÓÒ Ú ÒØÙÖÓÙ ÓÙÖÒ Ý Ó Ý Ý»Ó»ÒÓÙÒ ÔÐ Ý µ ÐÓÒ Ò Ú ÒØ ÙÐÓÖ ¹ÇÊÁ ÁÆÄ Ø ½ Ø ÒØ Ú Ä Ø Ò ÖÓÑ Ö Ç Ù Ì Æ ÏÇ ÇÊ Ø ÓÒ ÖÝÓ

More information

VINTELA AUTHENTICATION SERVICES

VINTELA AUTHENTICATION SERVICES VINTELA AUTHENTICATION SERVICES Troubleshooting Training, Level I Last printed 10/26/2006 3:07:00 PM VAS Troubleshooting Training, Level I VAS Troubleshooting Training, Level I... 2 1: Outline and Purpose...

More information

Query in mediated schema. Query Reformulation. Query in the union of exported source schemas. Query Optimization. Distributed query execution plan

Query in mediated schema. Query Reformulation. Query in the union of exported source schemas. Query Optimization. Distributed query execution plan ÔØ Ö ½ ÄÇ Á ¹ Ë Ì ÀÆÁÉÍ Ë ÁÆ Ì ÁÆÌ Ê ÌÁÇÆ ÐÓÒ º Ä ÚÝ Ô ÖØÑ ÒØ Ó ÓÑÔÙØ Ö Ë Ò Ò Ò Ò Ö Ò ÍÒ Ú Ö ØÝ Ó Ï Ò ØÓÒ Ë ØØÐ Ï ½ ÐÓÒ ºÛ Ò ØÓÒº Ù ØÖ Ø Ã ÝÛÓÖ Ì Ø ÒØ Ö Ø ÓÒ ÔÖÓ Ð Ñ ØÓ ÔÖÓÚ ÙÒ ÓÖÑ ØÓ ÑÙÐØ ÔÐ Ø ÖÓ Ò ÓÙ

More information

CERN Single Sign On. http://cern.ch/login. Emmanuel Ormancey CERN IT/IS. CERN IT Department CH-1211 Genève 23 Switzerland www.cern.

CERN Single Sign On. http://cern.ch/login. Emmanuel Ormancey CERN IT/IS. CERN IT Department CH-1211 Genève 23 Switzerland www.cern. CERN Single Sign On http://cern.ch/login Emmanuel Ormancey CERN IT/IS Agenda History CERN Authentication Main goals Authentication methods Demo overview Technical background Identity provider Service providers

More information

Session 17 Windows 7 Professional DNS & Active Directory(Part 2)

Session 17 Windows 7 Professional DNS & Active Directory(Part 2) Session 17 Windows 7 Professional DNS & Active Directory(Part 2) Fall 2011 ITE153 Operating Systems 1 Session 17 Windows 7 Professional Operating in Microsoft Networks Fall 2011 ITE153 Operating Systems

More information

CYAN SECURE WEB HOWTO. NTLM Authentication

CYAN SECURE WEB HOWTO. NTLM Authentication CYAN SECURE WEB HOWTO June 2008 Applies to: CYAN Secure Web 1.4 and above NTLM helps to transparently synchronize user names and passwords of an Active Directory Domain and use them for authentication.

More information

Guide to Web Hosting in CIS. Contents. Information for website administrators. ITEE IT Support

Guide to Web Hosting in CIS. Contents. Information for website administrators. ITEE IT Support Contents CIS Web Environment... 2 Cis-web... 2 Cis-content... 2 MySQL... 3 Applying for web hosting... 3 Frequently Asked Questions... 4 Code Snippets... 6 LDAP authentication... 6 1 BN : June 2010 CIS

More information

Foreign Network. Correspondent. Host. Internet. Mobile. Host. Home Network. Agent

Foreign Network. Correspondent. Host. Internet. Mobile. Host. Home Network. Agent ÌÓ ÔÔ Ö Ò Å» ÐØÞ Ö ÂÓÙÖÒ Ð ÓÒ ËÔ Ð ÌÓÔ Ò ÅÓ Ð Æ ØÛÓÖ Ò ÔÔÐ Ø ÓÒ ÅÇÆ Ìµ Ö Ø ÕÙ ÖØ Ö ¾¼¼½µ Ð Ü Ð Æ ØÛÓÖ ËÙÔÔÓÖØ ÓÖ ÅÓ Ð ÀÓ Ø Ò Ù Ó Ð Ù Ø ÐÐÙ Å ÖÝ Ö ÓÑÔÙØ Ö Ë Ò Ô ÖØÑ ÒØ ËØ Ò ÓÖ ÍÒ Ú Ö ØÝ ËØ Ò ÓÖ ¼ ÁÆÊÁ Ê

More information

ÌÖ Ò ÓÒ Ø Ò Ø ÓÐ Ï Ö Ö Ò ÑÔ Ö Ð Ò ÐÝ Í Ò Ö Ø Ý Æ Ø Ò Ð Ò Å ØØ Û ÙÑ Ô ÖØÑ ÒØ Ó ÈÓÐ Ø Ð Ë Ò ÍÒ Ú Ö ØÝ Ó Ð ÓÖÒ Ë Ò Ó Ä ÂÓÐÐ ¾¼ Ù º Ù ½ ÈÖ Ô Ö ÓÖ Ð Ú ÖÝ Ø Ø ÏÓÖ ÓÔ ÓÒ ÌÖ Ò ÓÒ Ø Ó Ø ¾¼¼¼ ÈÊ ÂÓ ÒØ ÏÓÖ ÓÔ ÓÔ

More information

RedHat (RHEL) System Administration Course Summary

RedHat (RHEL) System Administration Course Summary Contact Us: (616) 875-4060 RedHat (RHEL) System Administration Course Summary Length: 5 Days Prerequisite: RedHat fundamentals course Recommendation Statement: Students should have some experience with

More information

RSA AUTHENTICATION AGENT SUPPORTED PLATFORMS

RSA AUTHENTICATION AGENT SUPPORTED PLATFORMS RSA AUTHENTICATION AGENT SUPPORTED PLATFORMS Web server authentication agents Version Description platform operating system rsa authentication agent 7.1 for Web for Apache 7.1 Apache 2.2 Apache 2.0 and

More information

Pandora FMS 3.0 Quick User's Guide: Network Monitoring. Pandora FMS 3.0 Quick User's Guide

Pandora FMS 3.0 Quick User's Guide: Network Monitoring. Pandora FMS 3.0 Quick User's Guide Pandora FMS 3.0 Quick User's Guide April 27th, 2009 1 Contents How to monitor a network computer/device?...3 Concepts...3 What's an agent?...3 What's a module?...3 Data transfer modes...3 What is an alert?...3

More information

Security of information systems secure file transfer

Security of information systems secure file transfer Security of information systems secure file transfer Who? Mateusz Grotek, 186816 Paweł Tarasiuk, 186875 When? October 30, 2012 Introduction SSH Different solutions Summary Questions Table of contents Problem

More information

Service Desk R11.2 Upgrade Procedure - Resetting USD passwords and unlocking accounts in etrust Web Admin

Service Desk R11.2 Upgrade Procedure - Resetting USD passwords and unlocking accounts in etrust Web Admin Service Desk R11.2 Upgrade Procedure - Resetting USD passwords and unlocking accounts in etrust Web Admin Purpose of document The purpose of this document is to assist users in reset their USD passwords

More information

Xerox DocuShare Security Features. Security White Paper

Xerox DocuShare Security Features. Security White Paper Xerox DocuShare Security Features Security White Paper Xerox DocuShare Security Features Businesses are increasingly concerned with protecting the security of their networks. Any application added to a

More information

Windows Security and Directory Services for UNIX using Centrify DirectControl

Windows Security and Directory Services for UNIX using Centrify DirectControl SOLUTION GUIDE CENTRIFY CORP. SEPTEMBER 2005 Windows Security and Directory Services for UNIX using Centrify DirectControl With Centrify, you can now fully leverage your investment in Active Directory

More information

ZyWALL OTP Co works with Active Directory Not Only Enhances Password Security but Also Simplifies Account Management

ZyWALL OTP Co works with Active Directory Not Only Enhances Password Security but Also Simplifies Account Management ZyWALL OTP Co works with Active Directory Not Only Enhances Password Security but Also Simplifies Account Management Problem: The employees of a global enterprise often need to telework. When a sales representative

More information

INUVIKA OVD SUPPORT SUPPORT SYSTEM GUIDE. Mathieu Schires Version 1.1 Published 28/04/2015

INUVIKA OVD SUPPORT SUPPORT SYSTEM GUIDE. Mathieu Schires Version 1.1 Published 28/04/2015 INUVIKA OVD SUPPORT SUPPORT SYSTEM GUIDE Mathieu Schires Version 1.1 Published 28/04/2015 This document describes how to use the Inuvika Support System for reporting support incidents related to Inuvika

More information

Ulteo Open Virtual Desktop - Protocol Description

Ulteo Open Virtual Desktop - Protocol Description Ulteo Open Virtual Desktop - Protocol Description Copyright 2008 Ulteo SAS 1 LIST OF PROTOCOLS USED CONTENTS Contents 1 List of Protocols used 1 1.1 Hyper Text Transfert Protocol (HTTP)..............................

More information

FreeRADIUS Install and Configuration. Joel Jaeggli 05/04/2006

FreeRADIUS Install and Configuration. Joel Jaeggli 05/04/2006 FreeRADIUS Install and Configuration Joel Jaeggli 05/04/2006 What is RADIUS? A AAA protocol (Authentication, Authorization and Accounting). Authentication Confirmation that the user is who they say they

More information

Exploiting the Web with Tivoli Storage Manager

Exploiting the Web with Tivoli Storage Manager Exploiting the Web with Tivoli Storage Manager Oxford University ADSM Symposium 29th Sept. - 1st Oct. 1999 Roland Leins, IBM ITSO Center - San Jose leins@us.ibm.com Agenda The Web Client Concept Tivoli

More information

enetworks TM Using the Syslog Feature C.1 Configuring the Syslog Feature

enetworks TM Using the Syslog Feature C.1 Configuring the Syslog Feature encor! enetworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Using the Syslog Feature This document provides basic information for using the syslog feature in the ELIOS software.

More information

GL550 - Enterprise Linux Security Administration

GL550 - Enterprise Linux Security Administration GL550 - Enterprise Linux Security Administration This highly technical course focuses on properly securing machines running the Linux operating systems. A broad range of general security techniques such

More information

ICANWK504A Design and implement an integrated server solution

ICANWK504A Design and implement an integrated server solution ICANWK504A Design and implement an integrated server solution Release: 1 ICANWK504A Design and implement an integrated server solution Modification History Release Release 1 Comments This Unit first released

More information

Oracle Desktop Virtualization

Oracle Desktop Virtualization Oracle Desktop Virtualization Oracle Desktop Virtualization Portfolio Oracle Desktop Virtualization Portfolio Software. Hardware. Complete. Oracle Virtual Desktop Infrastructure VDI desktops to users on

More information

ENTERPRISE LINUX SECURITY ADMINISTRATION

ENTERPRISE LINUX SECURITY ADMINISTRATION ENTERPRISE LINUX SECURITY ADMINISTRATION COURSE DESCRIPTION: This highly technical course focuses on properly securing machines running the Linux operating systems. A broad range of general security techniques

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

ű Ű ű ű ű űű ű ő ő ű ű ő ő ő Ű ű ő ő Ű ő ű ű ő ű ű Ű ű Ő ű ű Ő Ű ű ű Ű Ű ő ű Ű ű ű ű Ű Ű Ű ő ő ű ő ű Ű Ő ő ő Ő ő ű ő ő Ő ű Ű ű ő Ű Ő ű ő ő ű Ő Ű ű ő ő ő Ő Ű Ő ű ő ű ű Ű Ű ű Ű ű Ű ű Ű Ű ű ű ű Ő ŰŐ ő Ű ő

More information

LDAP User Service Guide 30 June 2006

LDAP User Service Guide 30 June 2006 LDAP User Service Guide 30 June 2006 This documents usage of the LDAP User Service for NiagaraAX version 3.1. INSTALLATION... 2 PALETTE... 3 LDAPUSERSERVICE... 3 ACTIVEDIRECTORYSERVICE... 3 KEY CONCEPTS...

More information

Ï Ö Ð ÁÒØ ÖÒ Ø Ø Û Ý ÏÁÆ µ ÓÖ Ì ÁÒØ ÖÒ Ø Ò Ð Ì Ò Ð Ê ÔÓÖØ Ö ÒØ ÆÓ ¼ ¹ ¹ ¹ ½ ÇØÓ Ö ¾¾ ¾¼¼½ ÈÖ Ô Ö ÓÖ Ò Ú Ò Ê Ö ÈÖÓ Ø ÒÝ»ÁÌÇ ¼½ ÆÓÖØ Ö Ü Ö Ú ÖÐ Ò ØÓÒ Î ¾¾¾¼ ¹½ ½ ËÙ Ñ ØØ Ý Ì Ê ÒØ Ó Ì ÍÒ Ú Ö ØÝ Ó Ð ÓÖÒ Ë

More information

import on display extract edges write

import on display extract edges write ÌÖ¹ÑÒ ÓÒÐ ÊÇÁ Ò ÖÒ ÈÌ ÂÓÙÒ ÅÝĐÒÒ Ý ÅÖØØ ÂÙÓÐ Ý Ò ÍÐÐ ÊÙÓØ ÐÒÒ Þ Ý ÔÖØÑÒØ Ó ÓÑÔÙØÖ ËÒ ÍÒÚÖ ØÝ Ó ÌÑÔÖ ÈºÇºÓÜ ¼ Áƹ ½¼½ ÌÑÔÖ ÒÐÒ ¹ÑÐ Ñ ºÙغ Þ ÌÙÖÙ ÈÌ ÒØÖ ÍÒÚÖ ØÝ Ó ÌÙÖÙ ÒÐÒ ØÖØ Ñ¹ÙØÓÑØ Ý ØÑ ÓÖ ØÖÑÒÒ ÚÓÐÙÑ

More information

Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux.

Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux. Red Hat Enterprise Linux 7- RH124 Red Hat System Administration I Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux. This course will actively engage students

More information

Remote Authentication and Single Sign-on Support in Tk20

Remote Authentication and Single Sign-on Support in Tk20 Remote Authentication and Single Sign-on Support in Tk20 1 Table of content Introduction:... 3 Architecture... 3 Single Sign-on... 5 Remote Authentication... 6 Request for Information... 8 Testing Procedure...

More information

MQ Authenticate User Security Exit Overview

MQ Authenticate User Security Exit Overview MQ Authenticate User Security Exit Overview Capitalware Inc. Unit 11, 1673 Richmond Street, PMB524 London, Ontario N6G2N3 Canada sales@capitalware.com http://www.capitalware.com Table of Contents 1INTRODUCTION...1

More information

Proceedings of the FREENIX Track: 2001 USENIX Annual Technical Conference

Proceedings of the FREENIX Track: 2001 USENIX Annual Technical Conference USENIX Association Proceedings of the FREENIX Track: 2001 USENIX Annual Technical Conference Boston, Massachusetts, USA June 25 30, 2001 THE ADVANCED COMPUTING SYSTEMS ASSOCIATION 2001 by The USENIX Association

More information

000-596. IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam. http://www.examskey.com/000-596.html

000-596. IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam. http://www.examskey.com/000-596.html IBM 000-596 IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam TYPE: DEMO http://www.examskey.com/000-596.html Examskey IBM 000-596 exam demo product is here for you to

More information

<Insert Picture Here> Hudson Security Architecture. Winston Prakash. Click to edit Master subtitle style

<Insert Picture Here> Hudson Security Architecture. Winston Prakash. Click to edit Master subtitle style Hudson Security Architecture Click to edit Master subtitle style Winston Prakash Hudson Security Architecture Hudson provides a security mechanism which allows Hudson Administrators

More information

DL reasoner Ontology Store

DL reasoner Ontology Store ËÙÔÔÓÖØ Ò ÔÔÐ Ø ÓÒ Ú ÐÓÔÑ ÒØ Ò Ø Ë Ñ ÒØ Ï ÆÁ Ä Ç ÊÄ ËÌ Æ ËÌ ÊÍ Á ËÌÍ Ê Ê ÈÀ Ä ÎÇÄ ÍÒ Ú Ö ØÝ Ó Ã ÖÐ ÖÙ ÖÑ ÒÝ ÁÒ Ø ØÙØ ÓÖ ÔÔÐ ÁÒ ÓÖÑ Ø Ò ÓÖÑ Ð Ö ÔØ ÓÒ Å Ø Ó Á µ Ì Ë Ñ ÒØ Ï Ù Ñ ÒØ Ø ÙÖÖ ÒØ ÏÏÏ Ý Ú Ò Ò ÓÖÑ

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Secret Server Qualys Integration Guide

Secret Server Qualys Integration Guide Secret Server Qualys Integration Guide Table of Contents Secret Server and Qualys Cloud Platform... 2 Authenticated vs. Unauthenticated Scanning... 2 What are the Advantages?... 2 Integrating Secret Server

More information

Å Ø ÓÑÔÙØ Ò ÓÒ ÓÑÑÓ ØÝ ÓÑÔÙØ Ö Ý Ö Ö ØÐÓÓ ÖØ Ø ÓÒ Ù Ñ ØØ Ò Ô ÖØ Ð ÙÐ ÐÐÑ ÒØ Ó Ø Ö ÕÙ Ö Ñ ÒØ ÓÖ Ø Ö Ó ÓØÓÖ Ó È ÐÓ ÓÔ Ý Ô ÖØÑ ÒØ Ó ÓÑÔÙØ Ö Ë Ò Æ Û ÓÖ ÍÒ Ú Ö ØÝ Å Ý ½ ÔÔÖÓÚ Ú Åº Ã Ñ ÌÓ ÑÝ Ñ ÐÝ Ò Ö Ò Û Ó

More information

CRYPTOCard Authentication. Using PAM for Linux and Solaris. Quick Start Guide. Copyright 2002-2003 CRYPTOCard Corporation All Rights Reserved 030428

CRYPTOCard Authentication. Using PAM for Linux and Solaris. Quick Start Guide. Copyright 2002-2003 CRYPTOCard Corporation All Rights Reserved 030428 CRYPTOCard Authentication Using PAM for Linux and Solaris Quick Start Guide Copyright 2002-2003 CRYPTOCard Corporation All Rights Reserved 030428 http://www.cryptocard.com Table of Contents CHANGE HISTORY...

More information

<<program>> Internet Trader. <<user>> user interface

<<program>> Internet Trader. <<user>> user interface Ò ÓÖ ÂÌÖ Ö Ò ÁÒØ ÖÒ Ø ÌÖ Ò Ö Ø ÓÒ Å Ö ÐÓ ³ ÑÓÖ Ñ ÖÐÓ ÖÖ Þ Ñ ÒºÙ Ô º Ö ÍÒ Ú Ö Ö Ð È ÖÒ Ñ ÙÓ ÒØÖÓ ÁÒ ÓÖÑ Ø Ü ÈÓ Ø Ð ½ ¼ ¼¹ ¼ Ê ¹È Ö Þ Ð ØÖ Ø Ý Ù Ò Ø ÑÔÐ Ø ÓÖ ÖÚ Ö Ò Ë ÖÚ ÓÚ ÖÝ ÈÖÓØÓÓÐ Ë Èµ Ò Ð ÙØÓÑ Ø ÓÚ

More information

Interwise Connect. Working with Reverse Proxy Version 7.x

Interwise Connect. Working with Reverse Proxy Version 7.x Working with Reverse Proxy Version 7.x Table of Contents BACKGROUND...3 Single Sign On (SSO)... 3 Interwise Connect... 3 INTERWISE CONNECT WORKING WITH REVERSE PROXY...4 Architecture... 4 Interwise Web

More information

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0 AXIGEN Mail Server Quick Installation and Configuration Guide Product version: 6.1 Document version: 1.0 Last Updated on: May 28, 2008 Chapter 1: Introduction... 3 Welcome... 3 Purpose of this document...

More information

Implementing Linux Authentication and Authorisation Using SSSD

Implementing Linux Authentication and Authorisation Using SSSD Implementing Linux Authentication and Authorisation Using SSSD Lawrence Kearney Enterprise Service and Integration Specialist Technology Transfer Partnership (TTP) lawrence.kearney@earthlink.net Mark Robinson

More information

USER GUIDE. Lightweight Directory Access Protocol (LDAP) Schoolwires Centricity

USER GUIDE. Lightweight Directory Access Protocol (LDAP) Schoolwires Centricity USER GUIDE Lightweight Directory Access Protocol () Schoolwires Centricity TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Overview... 1 Servers Supported by Centricity... 1 Benefits of

More information

Ê ØÖ Ú Ð Æ Ø ÅÓ Ð ÓÖ Ù Ð Ò Ð Ü Ð ÁÒ ÓÖÑ Ø ÓÒ ËÝ Ø Ñ ÖØ Ø ÓÒ ÞÙÖ ÖÐ Ò ÙÒ Ñ Ò Ö Öº Ö Öº Ò Øº Ñ ÁÒ ÓÖÑ Ø Ò Ö Ø Ò Ö Å Ø Ñ Ø ¹Æ ØÙÖÛ Ò ØÐ Ò ÙÐØĐ Ø ÁÁ Ö ÀÙÑ ÓРعÍÒ Ú Ö ØĐ Ø ÞÙ ÖÐ Ò ÚÓÒ ÔÐÓѹÁÒ ÓÖÑ Ø Ö Å Ö Ó

More information

ÙÒØ ÓÒ Ð ÈÖÓ Ö ÑÑ Ò ÈÖÓ Ö Ñ ÌÖ Ò ÓÖÑ Ø ÓÒ Ò ÓÑÔ Ð Ö ÓÒ ØÖÙØ ÓÒ ÓÚ Ö Ä Ñ ÔÖ Ò Ð Ô Ô ÐÓ ÓÔ Ó ÙÖ Ø Ñ Ð Ñ Ø Ò ÅÙ ÙÑ À Ö¹ Ñ Ø ÙÑ Ö Ò ÙÖØ ½ Ôº º ÙÒØ ÓÒ Ð ÈÖÓ Ö ÑÑ Ò ÈÖÓ Ö Ñ ÌÖ Ò ÓÖÑ Ø ÓÒ Ò ÓÑÔ Ð Ö ÓÒ ØÖÙØ ÓÒ

More information

OpenWBEM Getting Started Guide. Author: Dan Nuffer Last update: 12/09/04

OpenWBEM Getting Started Guide. Author: Dan Nuffer Last update: 12/09/04 OpenWBEM Getting Started Guide Author: Dan Nuffer Last update: 12/09/04 Table of Contents OpenWBEM Getting Started Guide...1 1. OpenWBEM Overview & Concepts...3 Genesis...3 Overview...3 Features...3 2.

More information

Universitat Autònoma de Barcelona Ö ÏÓÖ Ø Ø ÓÒ Ò ÝÒ Ñ ÅÓ Ð ØÓ Ø Ò ÓÖÓÒ ÖÝ ÌÖ Ò ÐÝ ÖØ Ø ÓÒ Ù Ñ ØØ Ý Ê Ö Ó ÌÓÐ Ó ÅÓÖ Ð Ø ÍÒ Ú Ö Ø Ø ÙØ ÓÒÓÑ Ö ÐÓÒ ØÓ ÙÐ Ð Ø Ö Ó ÓØÓÖ Ò ÁÒ ÓÖÑ Ø º ÐÐ Ø ÖÖ ÂÙÒ ½ ¾¼¼½ Ö ØÓÖ

More information

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Apache HTTP Server

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with Apache HTTP Server SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration Instructor-Led Training For versions 9.0, 9.01, & 9.10 OVERVIEW This 5-day instructor-led course focuses on advanced administration topics

More information

How To Secure An Emr-Link System Architecture

How To Secure An Emr-Link System Architecture EMR-Link Security Administration Guide Introduction This guide provides an overview of the security measures built into EMR-Link, and how your organization s security policies can be implemented with these

More information

REMOTE ACCESS USER GUIDE

REMOTE ACCESS USER GUIDE REMOTE ACCESS USER GUIDE Document Released by the IT Department [21/11/2013] Content Summary 1. Remote Access User Guide Cover Page 2. Content Summary 3. Website/Portal Accessing 4. Method of Accessing

More information

Architecture and Mode of Operation

Architecture and Mode of Operation Software- und Organisations-Service Open Source Scheduler Architecture and Mode of Operation Software- und Organisations-Service GmbH www.sos-berlin.com Scheduler worldwide Open Source Users and Commercial

More information

ÌÓÛ Ö Ò Ý¹ØӹРÖÒ Ò ÜØ Ò Ð ÈÐ Ø ÓÖÑ ÓÖ Ë ÒØ Î Ù Ð Þ Ø ÓÒ À ÖÚ Ë Ò Ð Ö ÓÑÔÙØ Ö Ë Ò Ô ÖØÑ ÒØ ÍÒ Ú Ö ØÝ Ó Æ Ù Ø Ð À¹¾¼¼ Æ Ù Ø Ð ÖÚ º Ò Ð Ö ÙÒ Ò º Å Ý ¾¼¼½ Ñ ÙÜ Ö ÝÓÒ ÓÐ Ð Î ÖÓÒ ÕÙ Ø ÂÙ Ø Ò Ú Ê Ñ Ö Ñ ÒØ ØØ

More information