Activity for LDAP Address Book

  • Ademar Skrzypnik Ademar Skrzypnik posted a comment on discussion General Discussion

    It might not be the best way, but I solved it by migrating Apache and PHP to version 7. In version 8, the page was blank for me.

  • Ademar Skrzypnik Ademar Skrzypnik posted a comment on discussion General Discussion

    I also have the same problem

  • Paweł Badowski Paweł Badowski posted a comment on ticket #73

    In theory: You have to modify ".mo" files located in locale subfolders. First get application poedit for Windows and install it. Next convert ".mo" file to ".po" file with command like that: "\program files (x86)\poedit\GettextTools\bin\msgunfmt.exe" main.mo > main.po Now you can open file by poedit change translation and "Compile to MO..." Maybe it helps you.

  • M B M B posted a comment on ticket #79

    Indeed! I was able to get it working on PHP8 by replacing if(is_resource($search_resource)) with if($search_resource !== false) throughout the code... :-)

  • M B M B posted a comment on ticket #79

    Here the test code again, minus the php open/close tags $ldaphost = "ldaps://ourserver.local"; $ldapport = 636; $ds = ldap_connect($ldaphost, $ldapport) or die("Could not connect to $ldaphost"); ldap_set_option($ds, LDAP_OPT_DEBUG_LEVEL, 7); if ($ds) { $ldapbind = ldap_bind($ds); if ($ldapbind) {print "Congratulations! authenticated.";} else {print "Access Denied!";} // $ds is a valid LDAP\Connection instance for a directory server $basedn = "ou=NAME1,dc=NAME2,dc=NAME3,dc=NAME4"; $justthese = array("ou");...

  • M B M B posted a comment on ticket #79

    (sorry for the large text, just trying to separate the code with a line full of dashes....) So... I was able to fix the problem with implode() (either by manually editing the line to change order of the arguments, or by pulling the latest version from git, which has the fix) Unfortunately I am still stuck with getting this to work on PHP 8. Neither v 0.41 which we run successfully on PHP 7.4, nor v0.42 nor the latest git version seem to find any LDAP matches, they all come up empty. I tried to directly...

  • M B M B created ticket #79

    Error when using PHP 8.3.2

  • Jader Marasca Jader Marasca created ticket #78

    Cannot login - LDAPSEARCH works

  • Domenico Di Misa Domenico Di Misa posted a comment on discussion General Discussion

    how can I add the ability to match for the office in the suggestions? thanks

  • Paweł Badowski Paweł Badowski created ticket #77

    Name of street attribute

  • Shade Shade posted a comment on discussion General Discussion

    It there a way to show only part of a field in the detailed result? Like only the first 6 letters of the description field?

  • Pawel Pawel created ticket #76

    User status

  • Alessandro Businaro Alessandro Businaro posted a comment on discussion General Discussion

    Hi, I have installed some ldap address book on different ubuntu always with success...Today trying on a 22.04 desktop version, I get a blank page. I can log in easily but I don't even see the button to enter data. Could it be PHP8.1 version or other problem? Best regards

  • Charles Charles posted a comment on discussion General Discussion

    Hi, Thanks a lot for your hard work, your solution is very good. For my contribute, I have make some fix in suggest code : https://github.com/Charlymd/ldap-addr-book/blob/main/suggest.php

  • Mirza Celigija Mirza Celigija posted a comment on ticket #61

    Hi, is there any update info?! Thanks for address book, it was a great and very useful..Still, cannot find a way for pictures to work.. :(

  • Miyo31 Miyo31 posted a comment on ticket #74

    Hello, Same problem using the "content" link method. Version 0.41 or 0.42 Search doesn't function, i suppose because an empty OU is needed for creating the ldap links. So Ldap Adress Book searches in an empty folder. How can I solve problem ? Thanks if James Turner has the tip. Emilio

  • Ivan Popov Ivan Popov posted a comment on ticket #70

    Will there be any response on this matter or should I drop it, because it's been more than a year and nothing has happened?

  • Rick H Rick H posted a comment on ticket #75

    It would be good to see Import from CSV.

  • Rick H Rick H created ticket #75

    Import Contacts as CSV

  • James Turner James Turner committed [57600d]

    added sAMAccountType attribute and associated data type

  • James Turner James Turner committed [6092d7]

    added mS-SQL-Type attribute and associated data type

  • James Turner James Turner committed [a7f6a2]

    added msFRS-Topology-Pref attribute and associated data type

  • James Turner James Turner committed [2159db]

    added msTSRemoteControl attribute and associated data type

  • James Turner James Turner committed [6f6496]

    added serverState attribute and associated data type

  • James Turner James Turner committed [6142ec]

    added serviceDNSNameType attribute and associated data type

  • James Turner James Turner committed [fe9375]

    set is_folder for msDS-DeviceRegistrationServiceContainer

  • James Turner James Turner committed [632e8e]

    added uASCompat attribute and associated data type

  • James Turner James Turner committed [0dfdd0]

    added transportAddressAttribute aatribute and associated data type

  • James Turner James Turner committed [b98561]

    set is_folder for msDS-ShadowPrincipalContainer

  • James Turner James Turner committed [587cef]

    defined msTAPI-RtConference RDN attribute

  • James Turner James Turner committed [209bd0]

    added various domainDNS attributes

  • James Turner James Turner committed [481782]

    added support for msSFU30CryptMethod attribute

  • Toimas Toimas modified a comment on discussion General Discussion

    How can I combine the output of an AD field and some fixed text to a working link? For example if I would like to show a link with each AD user which points to the 'direct chat' with this user on our chat server: 'some text' + sAMAccountName -> https://chat.example.com/direct/samplelogin

  • Toimas Toimas modified a comment on discussion General Discussion

    How can I combine the output of an AD field and some fixed text to a working link? For example if I would like to show a link with each AD user which points directly to our chat server: 'some text' + sAMAccountName -> https://example.com/chat/direct/samplelogin

  • Toimas Toimas modified a comment on discussion General Discussion

    (to be deleted)

  • Toimas Toimas posted a comment on discussion General Discussion

    How can I combine the output of an AD field and some fixed text to a working link? For example if I would like to show link with each AD user which point directly to our chat server: 'some text' + sAMAccountName -> https://example.com/chat/direct/samplelogin

  • Toimas Toimas posted a comment on discussion General Discussion

    How can I combine the output of an AD field and some text to a working link? For example if I would like to show link with each AD user which point directly to our chat server: 'some text' + sAMAccountName -> https://example.com/chat/direct/samplelogin

  • Jörg Bornholt Jörg Bornholt created ticket #74

    The search doesn't work if I only use link_ldap_dn

  • juan fernando ortega hernandez juan fernando ortega hernandez created ticket #73

    Modify translation

  • ptroms ptroms created ticket #72

    No user/admin access

  • James Turner James Turner committed [023147]

    added printSpooling attribute and associated data type

  • James Turner James Turner committed [cf276e]

    further RFC and product version references

  • James Turner James Turner committed [8df3fa]

    added ZENworks workstation management scheduled policy schema

  • James Turner James Turner committed [9a1fb7]

    remove unnecessary comma after final enum value

  • James Turner James Turner committed [d31962]

    added custom enum for sambaTrustDirection attribute

  • James Turner James Turner committed [5ba8ea]

    handle object not found error when linking DN as folder

  • James Turner James Turner committed [029ba3]

    moved legacy core attributes adjacent to current

  • James Turner James Turner committed [c9ca6b]

    added msDS-AzBizRuleLanguage attribute and associated data type

  • James Turner James Turner committed [5b9d5b]

    added remaining external standard AD attributes

  • Carl S Lucas Carl S Lucas posted a comment on ticket #71

    We can go ahead and close on how to modify. I had a typo. Would still like to know about how to use $ldap_server->add_enum_data_type(). Thanks.

  • Carl Lucas Carl Lucas posted a comment on ticket #56

    Looked for the files that I thought I would need to change, but evidently I'm not changing the correct ones. Can you let me know the php files names and I'll try again. Also trying to see about doing this in version .42. Thanks. Carl Lucas Director, Information Systems T 704-292-2520 M 704-292-2520 www.unioncountync.govhttp://www.unioncountync.gov/ From: Carl Lucas carllucas6282@users.sourceforge.net Sent: Thursday, September 5, 2019 10:07 AM To: [ldap-addr-book:tickets] 56@tickets.ldap-addr-book.p.re.sourceforge.net...

  • Carl S Lucas Carl S Lucas created ticket #71

    Drop Downs

  • James Turner James Turner committed [7cbf23]

    updated jQuery UI from 1.11.4 to 1.12.1

  • James Turner James Turner committed [78dedd]

    added integer data type

  • James Turner James Turner committed [290267]

    added standard schema section header comments

  • James Turner James Turner committed [e1b586]

    updated jQuery UI Themes from 1.11.4 to 1.12.1

  • James Turner James Turner committed [bea4f3]

    updated jQuery from 1.11.2 to 3.5.1

  • James Turner James Turner committed [4b0ede]

    update schema definitions to use integer data type

  • James Turner James Turner committed [59e403]

    clarify that extensionInfo contains OIDs surrounded by metadata

  • James Turner James Turner committed [a2cc72]

    update capitalisation of internationalISDNNumber attribute to match RFC4519

  • James Turner James Turner committed [4428cf]

    remove unnecesssary commas after final list items

  • James Turner James Turner committed [95699c]

    define olmLDAPDatabase auxiliary class

  • James Turner James Turner committed [7e80ee]

    standardise chema section header wording

  • James Turner James Turner committed [03a12c]

    define ndsContainerLoginProperties and ndsLoginProperties abstract classes

  • James Turner James Turner committed [c9e757]

    added attribute definitions for SMS schema

  • James Turner James Turner committed [919962]

    fix indent style for machine_pwchange

  • James Turner James Turner committed [2f0cc9]

    added explanatory comment for unusual type 88 conatiner subclasses

  • James Turner James Turner committed [812efb]

    added custom enum for sambaGroupType attribute

  • James Turner James Turner committed [c3e366]

    updated SMS product rebranding details

  • James Turner James Turner committed [a6a38a]

    fix spelling error

  • James Turner James Turner committed [0539a8]

    fix capitalisation of rDNAttID attribute

  • James Turner James Turner committed [894329]

    define olcTranslucentDatabase auxiliary class

  • James Turner James Turner committed [91602a]

    define ldapns auxiliary classes and display layouts

  • James Turner James Turner committed [4bbac1]

    whitespace fixup

  • James Turner James Turner committed [d7a557]

    separate auxiliary class display layout

  • James Turner James Turner committed [09c8fc]

    define errAbsObject and errAuxObject classes

  • James Turner James Turner committed [8a3a44]

    change nLSOwner data type to dn

  • James Turner James Turner committed [5cccdd]

    fix capitalisation of lDAPDisplayName attribute

  • James Turner James Turner committed [203ec5]

    fix attribute sort order

  • James Turner James Turner committed [873c1e]

    remove redundant comment on definition of 'top'

  • James Turner James Turner committed [534330]

    add support for adding/changing single-value DN attributes

  • James Turner James Turner committed [ab3d1a]

    remove redundant comma

  • James Turner James Turner committed [c7c967]

    whitespace fixup

  • James Turner James Turner committed [25136a]

    define olmMDBDatabase abstract class

  • James Turner James Turner committed [7e8d1f]

    fix missing call to parent constructor

  • James Turner James Turner committed [9cc1a8]

    define olcPcacheDatabase auxiliary class

  • James Turner James Turner committed [f4f80a]

    change authTimestamp data type to date_time

  • James Turner James Turner committed [1a0818]

    fix missing call to parent constructor

  • James Turner James Turner committed [0a414a]

    change alias name attribute icon to alias.png

  • James Turner James Turner committed [7f4bda]

    change attrEncryptionRequiresSecure data type to yes_no_integer

  • James Turner James Turner committed [55f44a]

    move filteredReplicaUsage to Searches section of ldapServer display layout

  • Ivan Popov Ivan Popov created ticket #70

    unable to search for groups

  • ycol ycol created ticket #69

    Search entries in linked OUs

  • James Turner James Turner posted a comment on discussion General Discussion

    The following command (in config.php) will restrict the display so that you can only show "container", "organizationalUnit" and "person" objects while browsing through the directory: $browse_ldap_filter = "(|(objectCategory=container)(objectCategory=organizationalUnit)(objectCategory=person))";

  • James Turner James Turner posted a comment on discussion General Discussion

    Yes, that's a good idea.

  • Michel Michel posted a comment on discussion General Discussion

    Wouldn't it be possible to use "front_page_seach_filter" to show the user's own information right after the user logged in? I played around a bit to understand what I would need to set, but I didn't succeed. I though that a connection of userPrincipalName with a variable like USERNAME (USERNAME@mydomain.com) would do the trick maybe? Perhaps one of you guys have an idea what the solution could be? Kind regards, Michel

  • Kirill Kirill modified a comment on discussion General Discussion

    Good afternoon, James Turner, you have a wonderful project. If you select the option for the user ANONYMOUS "front_page_search_filter" => "(& (objectCategory = person) (objectClass = user))", only users are reflected, but if you go to the top of the folders, then all computers are visible again. A person will be able to see computers in folders. How is it possible to remove computers from visibility in general?

  • Kirill Kirill posted a comment on discussion General Discussion

    Good afternoon James Turner, you have a wonderful project. With the release of version 0.42, it is not possible to display only users. Tell me how to configure display only users in AD.

  • Michel Michel posted a comment on discussion General Discussion

    Hey everone, I kind of have a suggestion: I am running the LDAP-Addressbook with "allow_edit_self" permissions so that the user is able to search and view all contacts, but only change his own details. While I was playing around with the view- and search-permissions, I thought that the LDAP-Addressbook could be also a great "User-Self-Service-Portal". Example: Instead of enabling the search, perhaps the config could be adapted in a way that only the own User's own information pop up after right after...

  • Michel Michel posted a comment on ticket #68

    Hey James, sorry for the delay. PHP 7.4, probably obtained from https://windows.php.net/download/ and installed as FastCGI? Exactly. Running from subdirectory "LDAPADB" under "Default Web Site"? Exactly. does it should show bindings for both "http" and "https"? Yes, it does. Does LDAP Address Book return the correct URL after you've removed the binding for "https"? Nope, I deleted the Binding for https/443, but most buttons still refer to an https-Link. This will force a "http:" URL to be used all...

1 >