intranet

Authenticate against ldap using PHP, active directory, while using IE/Firefox

岁酱吖の 提交于 2019-12-06 00:46:42
问题 This code below checks for the user's credentials against ldap <?php $ldaphost = "ldap.domain.com"; $ldapport = 389; $ds = ldap_connect($ldaphost, $ldapport) or die("Could not connect to $ldaphost"); if ($ds) { $username = "johndoe@domain.com"; $upasswd = "pass"; $ldapbind = ldap_bind($ds, $username, $upasswd); if ($ldapbind) {print "Congratulations! $username is authenticated.";} else {print "Access Denied!";} } ?> My users use Firefox and IE, and I know that can pass their ActiveDirectory

Windows authentication of Intranet ASP.NET website and reappearing windows login box

独自空忆成欢 提交于 2019-12-05 12:22:13
I'm trying to enable automatic Window authentication working on our ASP.NET Intranet. I've changed the Authentication on our IIS 7.5 server from Anonymous to Windows Authentication Enabled only, and changed the Web.config file for the website to: <authentication mode="Windows" /> <authorization> <deny users="?" /> </authorization> The Windows login box appears when accessing the website via IE 8, I enter valid credentials, but the login window keeps reappearing as if it does not accept my credentials. By repeatedly cancelling the login box it disappears, and my login name can be viewed on the

Python (CherryPy) web app deployed locally, but not visible over intranet

走远了吗. 提交于 2019-12-05 09:40:31
问题 I've created a Python web app using CherryPy, and have deployed in on my local machine. When I try to view it from another computer in the house, nothing comes back. However, if I create a simple html file, and deploy it with: $ python -m SimpleHTTPServer It is visible over the intranet. I'm stumped as to why my app could work locally, but not be avalable over the intranet, given that there is not a connection problem between these machines, and that I can serve other content on the same port

OAuth on a webapp behind a firewall — is it possible?

我只是一个虾纸丫 提交于 2019-12-04 23:20:38
问题 I'm trying to construct a webapp to add events to an employee's google calendar and would like to use OAuth for authentication. However, my webapp is forced to be on an intranet behind a firewall; the server has outbound internet access, but blocks in-bound access if you aren't on the intranet or VPNing into the intranet. I'm reading up on OAuth, but can't figure out if part of the authentication-handshaking process would be blocked by my firewall. (And I'd like to know if its possible before

Is it possible to open an excel file in its current location not download it

∥☆過路亽.° 提交于 2019-12-04 20:45:49
I am writing a small web site for a company Intranet and have the following question that may be simple. Is it possible to open an Excel file from it's current location on the network instead of downloading it. So that any changes made are made to the actual file and not a downloaded version of it? Thanks Matt Yes, it's possible, but then you would have to specify the address of the file in the local network, not as an HTTP address on the web server. The user would naturally need to have access to the file on the network share, with write permission. No. It is not possible to open a remote

Testing intranet site that uses Windows authentication

点点圈 提交于 2019-12-04 19:16:14
问题 I'm trying to develop an intranet app/website that uses Windows authentication. I'd like to test it with multiple users, for roles etc. At the moment I'm only using my own domain account. Is there a way I could simulate different users for the site? 回答1: As a picture is worth a thousand words here it goes how to do it in IE based on 2GDev's comment copied here for clarity: Go to Internet Options => Security => Local Intranet => Custom Level and change the User Authentication to "Prompt for

why compatibility mode for intranet sites

浪子不回头ぞ 提交于 2019-12-04 17:47:23
问题 I'm a Mac person, web designer, trying to understand "Display intranet sites in compatibility mode" option with IE 11 I have client, an architecture firm, that used to host their OLD website (HTML site I didn't develop) in-house on their Windows server. When the Wordpress site I recently launched for them is hosted on a Ubuntu server in house. The problem is several months after we go live one guy in the office when viewing with IE is seeing their portfolio pages display thumbnail images

Lock web app only work for intranet

别等时光非礼了梦想. 提交于 2019-12-04 14:22:10
问题 some week in the future i will have job to create php web app that will work as billing process. As the client and my team agree upon, the web app will only deploy in their internal server. This need arose some fundamental questions for myself. how do we lock the web app really really will work only in internal server and not in internet as it asked ? cause this need, the cost for the job have been cut into some degree. so it will be best if it only work as client describe it : it will be

How to automatically login to the site using system credentials?

烈酒焚心 提交于 2019-12-04 14:15:58
I need to develop a web application for the Intranet users. I dont want them to enter the login credentials each time they visit the site. It should be automatically loaded from the System Username and Password. i.e If they have a valid system username and password they should be able to login to the application. I am using Java. How to fulfill this requirement? What you are looking for is called Windows Integrated Authentication. To be able to implement it, your server needs to support authentication against Active Directory (using Kerberos) and to be configured to respond to unauthenticated

Configure Firefox 3.0.x to authenticate with Kerberos and not prompt

天大地大妈咪最大 提交于 2019-12-04 12:27:31
问题 I have an Intranet http application running on several machines in our Windows domain; everything works when using IE 7 because I can configure it to use Kerberos authentication and I've figured out how to get one of the intermediate machines to be Trusted for Delegation. I have researched and tried to get Firefox 3.0.10 to use Kerberos: navigate to about:config filter to network.negotiate update network.negotiate-auth.delegation-uris and network.negotiate-auth.trusted-uris with the following