#1 Re: mORMot 2 » get custom attr does not work » 2025-01-21 18:40:39

Ok got it, so AD username can be LiKeThAt, and will work but to get specific attribute strict naming needed.
All clear, thx Arnaud.

#2 Re: mORMot 2 » get custom attr does not work » 2025-01-21 18:26:18

ab wrote:

LDAP attribute names are case sensitive AFAICT.

interesting, hmm:
https://stackoverflow.com/a/29908970

#3 Re: mORMot 2 » get custom attr does not work » 2025-01-21 14:40:20

thx, but I still wonder how it works for you if you copy/pasted it.
Second ver works for me good.

       LdapClient.GetUserInfo('windowsUser', '', '', info, '', false, ['EmployeeID']);
    writeln('Non 1:1 case sensitive, DOES NOT WORK');
    writeln(info.Custom('EmployeeID'));


           LdapClient.GetUserInfo('windowsUser', '', '', info, '', false, ['employeeID']);
    writeln('1:1 with attribute name from LDAP, WORKS PERFECT');
    writeln(info.Custom('employeeID'));
         readln;

Very interesting, maybe your AD has different naming or you just pased it without really running wink
Anyway maybe some adding some new beside current very strict function would be useful?
I mean to get custom attr name but do not care about case-sens.

So it could not work from the begening due to "E" instead of "e". No matter what code would be used smile Thank you.

#4 Re: mORMot 2 » get custom attr does not work » 2025-01-20 11:23:45

I'm not sure if you understand me
your earlier code

EmployeeID := LDAP.SearchObject(DN, Filter, ['EmployeeID']).Attributes.GetByName('EmployeeID');

gives me AV

Can you please provide  sample code, which works for you  to get value of EmployeeID attribute for ldap user 'windowsUser'?
I know it sounds trivial for you but I want to make sure that we have consistent result, I mean my AD, Delphi, mormot etc.

#5 Re: mORMot 2 » get custom attr does not work » 2025-01-20 09:04:00

ab wrote:

What actually do you want to do?

I want get single attribute value (employeeId) (not listed in TLdapUser properties) for chosen user in this case "windowsUser" var.
and I thought function Custom(const AttributeName: RawUtf8): RawUtf8; is for that from TLdapUser

or that I can extract it with

  var EmployeeID:utf8string := LDAPProperties.EmployeeID; 

#6 Re: mORMot 2 » get custom attr does not work » 2025-01-19 20:30:52

thx, I set

var  LDAPProperties :variant:= LDAP.SearchAll([], ObjectFilter(ofUsers, windowsUser),    [roCanonicalNameAtRoot, roSortByName, roSddlKnownUuid, roAutoRange,    roKnownValuesAsArray]);
  var EmployeeID:utf8string := LDAPProperties.EmployeeID;
  Writeln('EmployeeID: ', EmployeeID);

compiles well but on runtime gives me error:
Could not convert variant of type (Null) into type (String)

but this attribute for that user sure has value I confirmed with windows attribute editor...

#7 Re: mORMot 2 » get custom attr does not work » 2025-01-19 12:26:11

ab wrote:

Don't put JSON in-between.

  LDAPProperties := LDAP.SearchAll([], ObjectFilter(ofUsers, windowsUser),    [roCanonicalNameAtRoot, roSortByName, roSddlKnownUuid, roAutoRange,    roKnownValuesAsArray]);
...
   EmployeeID := LDAPProperties.EmployeeID;

@ab, I found your this snippet from other post .

what data types for EmployeeID and LDAPProperties you mean there? I mean var declarations.

Beside datatype question, what is the most proper way to get any single attribute (not listed in ldapuser)?

#8 mORMot 2 » get custom attr does not work » 2025-01-19 10:21:36

johnnysynop
Replies: 13

How to display any attribute value?

Uinfo: TLdapUser;
WriteLn('ID: '+(UInfo.custom( 'EmployeeID')));

return just nothing (field is not empty)

#10 Re: mORMot 1 » sqlite update » 2024-12-09 15:33:24

You are right, saga seems to be continued at least until 3.47.3, seeing from today's commits.

#11 Re: mORMot 1 » sqlite update » 2024-12-08 15:42:50

yep. https://www.sqlite.org/src/info/17537a98cb31ab41 and later commits (there were few approach to fix it till final release)

ab wrote:

Do you need a specific feature of this version?

#12 mORMot 1 » sqlite update » 2024-12-08 09:43:42

johnnysynop
Replies: 6

Pls update to Version 3.47.2

#13 mORMot 2 » Simple http client wininiet » 2024-12-05 22:16:14

johnnysynop
Replies: 1

Do mORMot supports tls choice, I mean some http get/post options:
I need it for Windows client http


if thats possible to specify parameters like:
- TimeOut
- Connection TimeOut
- Use OS(Windows) TLS flags (true, false)
- Options which tls use with connection tls 1, 1.1, 1.2 1.3 (I want to use only one specific or any combination of chosen specific)
- allow cookies,
- allow redirects, and so on ..

PLUS I wonder about how to get debug info about current connection e.g. TLS and ciphers used let say to:

  HttpClient: TWininet; 
begin
  try
    HttpClient := TWinHttp.Create;
    Response := HttpClient.Get(
......

#14 Re: mORMot 1 » Fast MM5 » 2020-05-05 13:07:22

urhen wrote:

They developed a new memory manager (made for multithreading and other new technologies) - why the hell should they aim to support your almost 20 years old Delphi version?
Switch to a newer version with much better code optimizations and you probably get a bigger performance boost than with a new memory manager.
Sorry but your claim to support Delphi 7 is the biggest bullshit I've read here (also for mORMot2).

I'm on the same position, plus my input:
1. Delphi is commercial product - which by design is used by companies who understand that software need updates
2. Nobody asked there for support only 10.3 + but XE3, XE4 as minimum for Mormot2 is reasonable (in my opinion Tokyo should be minimum)
3. I don't like money grubbers they made hundreds thousands of bucks on their software and can't spend money for update at least 1 per 5 years.(D7 is 18 years old!)
4. If mormot supports FPC free as main - then Delphi when it's commercial it should have more strict req.
5. Delphi 7 = no 64 bit support
6. If someone do not make money on their software or make very low - here it's Delphi is FREE for such users (Community edition) where users have always the latest edition to download.
7. But I make money on my software I cannot use free community edition - my answer: Go to point 3 it's about you.
8. 1.17, 1.18 fully perfectly supports D7 and other obsolete compilers.

I can confirm urhen comment make sense, total bullshit supporting 20 years old product.
To move forward for future sometimes old things needed to be left behind otherwise it will be always stopper and pain in the ass

#15 Re: mORMot 1 » open source project- really? » 2020-02-14 09:57:46

@Javierus
you are the troll,
I would suggest you all guys to check thread where @ab ASKING for compiler and getting response and then ... silence.
Don't worry will never ask about this again the same as will never use this project again, will find workaround without this framework.
So you can stay cool, not going to beg anyone for anything.

#16 Re: mORMot 1 » open source project- really? » 2020-02-12 20:49:35

@xalo, LOL - No I should not change anything - point of that was that open source project which uses free solutions as much as possible prefer commercial compiler for sqlite where free totally is availiable, don't worry about definitions - I perfectly know them. Did you even read oryginal post? id=5162

#17 Re: mORMot 1 » open source project- really? » 2020-02-11 20:58:52

@mpv, /viewtopic.php?id=5162 explains it all
Why you call trolling normal asking?
Especially when ab asked for BCC so I have provided him but no response.
nothing here about XE4 but freeware BCC 102 vs commercial XE7 c++ for 32bits

Unlike to XE7 commercial c++ BCC 32 is totally free.
NVM.....

#18 mORMot 1 » open source project- really? » 2020-02-11 13:00:29

johnnysynop
Replies: 15

mORMot uses paid XE7 compiler for sqlite instead of free, nice.
Not really free.
https://synopse.info/forum/viewtopic.php?id=5162

#20 Re: mORMot 1 » cannot build sqlite.c » 2020-01-30 12:59:33

ab wrote:

..If anyone is able to provide me with a recent free BCC32 binary (I don't want to install it), I could try to use it.

Could you try please smile?

#21 Re: mORMot 1 » cannot build sqlite.c » 2020-01-27 19:14:23

@zed  I have already provided URL above which contain even two zip "oryginal"
it's fully capable to build sqlite c code. All is needed to support this is compiler is mormot pas files mod.
@ab, take a look on this please

#22 Re: mORMot 1 » cannot build sqlite.c » 2020-01-27 10:51:20

@ab
Fortunately, does not need to be installed it's portable by design.

Found direct URL's for you, no need to register.
https://smadaver.com/index.php?topic=28246.0;wap2

ps. Tokyo(10.2) is max version of freeware BCC32 currently.

#23 Re: mORMot 1 » cannot build sqlite.c » 2020-01-27 08:53:52

sadly, still no support for  BCC32C/BCC32X compiler?
https://www.embarcadero.com/free-tools/ … e-download

Why commercial XE7 is preffered over totally free bcc32 (even for commercial usage) compiler to build sqlite?

#24 Re: mORMot 1 » cannot build sqlite.c » 2019-11-26 11:52:34

@zed, this is what I mean, Free C++ BCC 32 (community) has commercial usage limits, while this one only command line 32 bit is full and can be used in commercial:
https://www.embarcadero.com/free-tools/ccompiler

That's why I think mORMot should oficially support totally free C++ 32 bit compiler.
One small downside I see is that .obj will take about 1.4 MB comparing to about 0.8 for XE7.

But at least it's 100% free for commercial as well.
BTW: Making support for BCC32C/BCC32X is automatically the same support for C++ Builder community since both are clang based.

@ab can you add official support bcc32 next to XE7?

#25 Re: mORMot 1 » cannot build sqlite.c » 2019-11-22 23:06:35

zed It will be better if mORMot will support it ofically, it's more proper because bcc32 is free compiler contrary to XE7 C++ where not everyone has license
+ it's newer compiler with newer features, project like mORMot which is free should also support as first step free c++ compilers as second commercial.
Situation was simpler when bcc 5.5 was supported to sqlite, now it's little bit more complicated.
I think I'm probably not best candidate to make proper changes in this framework.

#26 Re: mORMot 1 » cannot build sqlite.c » 2019-11-22 20:02:58

[dcc32 Hint] SynSQLite3Static.pas(402): H2164 Variable '__turbofloat' is declared but never used in 'SynSQLite3Static'
[dcc32 Error] SynSQLite3Static.pas(793): E2065 Unsatisfied forward or external declaration: 'CodecGetReadKey'
[dcc32 Error] SynSQLite3Static.pas(794): E2065 Unsatisfied forward or external declaration: 'CodecGetWriteKey'
[dcc32 Error] SynSQLite3Static.pas(1020): E2065 Unsatisfied forward or external declaration: 'sqlite3_initialize'
[dcc32 Error] SynSQLite3Static.pas(1021): E2065 Unsatisfied forward or external declaration: 'sqlite3_shutdown'
....

#27 Re: mORMot 1 » cannot build sqlite.c » 2019-11-21 18:09:19

@zed, I don't think so, it's builded similar way as for 64 bit .o

#28 Re: mORMot 1 » cannot build sqlite.c » 2019-11-20 23:41:13

Try to build mORMot TestSQL3.dpr with this compiled .obj (latest official 32 bit SQLite obj  successfully builded with mentioned bcc32)
http://www.mediafire.com/file/lg6xfbkvi … 3.obj/file

[dcc32 Error] SynSQLite3Static.pas(790): E2065 Unsatisfied forward or external declaration: 'CodecGetReadKey'
[dcc32 Error] SynSQLite3Static.pas(791): E2065 Unsatisfied forward or external declaration: 'CodecGetWriteKey'
[dcc32 Error] SynSQLite3Static.pas(1017): E2065 Unsatisfied forward or external declaration: 'sqlite3_initialize'
[dcc32 Error] SynSQLite3Static.pas(1018): E2065 Unsatisfied forward or external declaration: 'sqlite3_shutdown'
[dcc32 Fatal Error] SynSQLite3Static.pas(1283): E2226 Compilation terminated; too many errors
Failed
Elapsed time: 00:00:00.7

#30 Re: mORMot 1 » cannot build sqlite.c » 2019-11-14 21:55:06

@zed it's not a problem strictly with compiling sqlite but later with Delphi compiler/linker issues fixing.

#32 Re: mORMot 1 » cannot build sqlite.c » 2019-11-14 16:15:16

Anyone can help with build sqlite .c using freeware bcc32.exe

#33 Re: mORMot 1 » cannot build sqlite.c » 2019-10-30 22:43:04

Thanks for quick reply.
Can you try to adjust please to free public compiler for everyone?
X32 is free - command line compiler:

https://www.embarcadero.com/free-tools/ … e-download

#34 mORMot 1 » cannot build sqlite.c » 2019-10-30 18:56:31

johnnysynop
Replies: 26

latest official 3.30.1
using bcc 5.5
Error E2377 amalgamation/sqlite3.c 86762: If statement missing ) in function sqlite3VdbeExec

#35 Re: mORMot 1 » Delphi 64bit sqlite compilation » 2019-09-23 09:50:02

profh wrote:

@ab, thanks, and you are my hero.

mORMot king is getting even better now, wonderful. Thank you Arnaud.
Yes @ab is the boss, it reminds me this /watch?v=kKR1rrjvq-I  from 1:36 to 1:41

BTW: Will it work with Community edition of c++ compiler?

#36 Re: mORMot 1 » Delphi 64bit sqlite compilation » 2019-09-20 20:48:10

@ab, what a wonderfull news!
Just my suggestion - I would use 10.3.2 don't worry about older bcc64, if there is community edition for free now (finally) old licensed users of BCC 64 can download new.
I think in this case trying to satifying all could be not good idea.
I'd go with option of using latest LLVM from 10.3.2 community, I don't think it could be the problem for those who really need it will buy new version.
As Mormot is free project it should care more about free compilers rather than older which were paid.
Free is from 10.x v.

C++ compiler which is known from very serious bugs in the past first of x64 versions do another reason to use latest.

#37 Re: mORMot 1 » Delphi 64bit sqlite compilation » 2019-09-19 13:00:59

ab wrote:

This is a Delphi linker issue.
It is not able to link properly .o files as generated by gcc.

What about BCC 64? For those who has license on BCC it will be still useful.
Is there any technical problem with embarcadero c++ compiler x64 for sqlite object?

#38 mORMot 1 » Delphi 64bit sqlite compilation » 2019-09-19 09:03:11

johnnysynop
Replies: 38

@ab Are you going to support oficially? Why only FPC x64 build is supported?
I need static linking of 64 bit obj, does anyone have?

#39 Re: mORMot 1 » TestSql fails at utf8 » 2018-10-10 21:40:32

@ab, thank you clear now.

@pvn0, I don't know if you wanted to be pointed or you really was trying to explain me hwo to open ctrl panel, really I know how to make it : )
I have just expected at quick, some code pages instead of countries list and there I was wrong, yes after changing to English, problem disappeared.

@ab, maybe it's time to switch to some VCL based form and memo for example instead of console ?

#40 Re: mORMot 1 » TestSql fails at utf8 » 2018-10-08 12:31:39

@ab
Thanks
I don't see such settings in my Windows 10.
I see bigger problem used today build of your framework and run tester under XP SP3 look:
There I don't see UTF-8 problems but other issue like below.
Please take a look closer at your tester app.


Bug

#41 Re: mORMot 1 » TestSql fails at utf8 » 2018-10-07 18:12:48

ab wrote:

I guess your code page is not 1250 - I guess this is the reason why.
Sorry for the problem.

Thanks but does not worked still sad, I tried to set project options compiler codepage 1250 and 852 like my "chcp" shows
Always have this error, any other ideas?

#42 mORMot 1 » TestSql fails at utf8 » 2018-10-07 13:08:05

johnnysynop
Replies: 10

Why it fails, any ideas? (red entry) ?
Compiled under 10.2

FluxBB bbcode test

Board footer

Powered by FluxBB