Summary | SMB Authentication |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | larry (at) wimble (dot) biz |
Created | 08/25/2006 (6885 days ago) |
Due | 07/31/2006 (6910 days ago) |
Updated | 11/16/2006 (6802 days ago) |
Assigned | |
Resolved | 11/16/2006 (6802 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Due ⇒ 07/31/2006
nice to have a non-extension implementation. Also the extension's site
is back, and I've updated the link for it.
site might come back one day too, I suggest that you make the
smbclient parameter optional and still use the smbauth extension (if
it is available), it the client is not provided.
New Attachment: new_smb_auth.diff
Larry Wimble
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ SMB Authentication
Due ⇒ 08/25/2006
Queue ⇒ Horde Framework Packages
State ⇒ New
extension (smbauth) which is not a part of the PHP distro, and is also
no longer available from www.tekrat.com (Webserver has been down for
more than a week).
I have modified the SMB authentication code to work using a local copy
of smbclient. Currently, it only allows you to authenticate a
connection to the specified domain. If there's any interest, I may
modify it in the future to authenticate against specific resources
(i.e., user must have at LEAST read privileges of
//fileserver/someshare)
The attached patch is actually two patches concatenated together. The
first is for framework/Auth/Auth/smb.php. The second is for
horde/config/conf.xml.
Comments and criticism welcome.