Search results

  1. A

    Create APIs to allow the registration and Login to come from other systems or even other Dadabik applications

    openldap is a pretty flexible architechture and I know that you can use a database as the backend, so perhaps creating a system that could interact with openldap directly to manage credentials and registration. And with openldap you can merge credentials from multiple sources, so you could...
  2. A

    Create APIs to allow the registration and Login to come from other systems or even other Dadabik applications

    You can currently connect to ldap servers, so your best bet would be to create an openldap server and use that for a central authentication system. I could also be missing the main point of what you are asking. A feature add that would be helpful is SAML authentication as well to centralize on...
  3. A

    dadabik_logs not showing username for login operation

    I just set up the dadabik_logs, and when a user logs in, it is not logging the username, the insert/update/delete seem to be working just fine though. Your current DaDaBIK version You are using DaDaBIK version 12.6-Aveto enterprise, installed on 05-13-2025 (installation code...
  4. A

    Improve Group Assignment Logic & Hierarchical Permissions

    We had Eugenio add this feature a bit ago to help solve some of the issues you are describing, while I understand the parent-child heirarchy can be helpful, you would still have the same number of groups for each of those tiers, its just that each tier will need all permissions specified rather...
  5. A

    Allow Cascade Parent for multi select checkboxes

    Please allow cascade parents for multi select checkboxes. I have an instance where I choose a school type, then pick a school, then pick one or multiple contacts we have for a school. I have set it up to originally single select, then set up the cascade parent, then changed it to multi select...
  6. A

    Select Multiple in quick search

    Can you please explain this warning? I have not found the bug in the documentation. We've used this in the past. One or more select_multiple fields are available in the quick search form, you should remove them (see documentation, known bugs); here is the list: Driver_Of_Year.Nom_Type. You can...
  7. A

    Need to move to Windows Server. R U using IIS & Remote MS SQL Server?

    We use XAMPP and a remote MS SQL Server. I don't know if we have tried IIS.
  8. A

    Persistent Template change

    Is there a way to make a template edit persistent? I want to add a custom message to the login form "Please use your windows username and password", but it went away during our last upgrade so I had to re-add it. Is there a way to make this persistent through an upgrade?
  9. A

    increase file upload timeout

    Thank you so much!
  10. A

    increase file upload timeout

    I am needing to increase the file upload timeout beyond 120 seconds, where can I do that? I looked in the php.ini file and didn't see anywhere to do so. Your current DaDaBIK version You are using DaDaBIK version 12.1-Aveto enterprise, installed on 07-17-2024 (installation code...
  11. A

    Add New Database Option - Snowflake

    I would like to propose adding snowflake to the database options. Snowflake is a large up and coming large database solution. We are migrating off of SQL Server over to snowflake and we will be maintaining 1 sql database to handle dadabik. Looks like snowflake does have a php pdo driver...
  12. A

    Implemented Clear Filters when there is an error

    Ah, we are on 11.6 for most and working to transition everything over to a new 11.12 release.
  13. A

    Implemented Clear Filters when there is an error

    It would be beneficial to have a way to clear the filters when there is an issue. We frequently have an issue where users will accidentally put the wrong item into a search parameter. Currently our solution is to go to the table in question, filter for something, then remove the filter which...
  14. A

    Add Update User item

    If a record exists and I have a column called Update User, I would like to store the username of the person who last updated the record. You already have insert_datetime and update_datetime. I would like to have insert_user and update_user (you already have insert_user with ID_user).
  15. A

    Add Update User item

    I would like to be able to do a last update user in a table. I think it would be beneficial to have a new dropdown menu appear when you select ID_user in field type to be able to select between insert or update as there are situations when I want to track the insert user as well as who last...
  16. A

    Change Required Fields for LDAP authenticated users

    currently when changing the group of an ldap authenticated user, the password is set as a required field, could that be changed so that if a user is an ldap user, it is not required that a password be set?
  17. A

    Error configuring LDAP

    Do you have support for LDAPS? I wonder if that is what is causing our issue. I have double checked all of our AD Connection information and it looks correct.
  18. A

    Error configuring LDAP

    Now I have this error. Warning: ldap_connect(): Could not create session handle: Bad parameter to an ldap routine in C:\xampp\htdocs\DaDaBIKLive\include\business_logic.php on line 0 [10 ]Error during ldap connection
  19. A

    Error configuring LDAP

    I am getting the following error when trying to configure AD login Fatal error: Uncaught Error: Call to undefined function ldap_connect() in C:\xampp\htdocs\DaDaBIKLive\include\business_logic.php:0 Stack trace: #0 C:\xampp\htdocs\DaDaBIKLive\login.php(0)...
  20. A

    Bar Code / QR Code content type

    it would be nice if you could add a quick 'Self Reference' option as well so if you print out your records, you can scan the code to pull up the specific record in dadabik.
Top