Dmitry Popovich
Dmitry Popovich
Checked source code. There was a version bump of go-ldap to 3.4.11 since 3.1.0. May be there is a bug in that module? @stebenz
I found it. The reason it worked in 3.0.4 because you used this to bind ``` conn.Bind(user.DN, password) ``` Later you changed to ``` userDN, err := ldap.ParseDN(user.DN) ... conn.Bind(userDN.String(),...
@stebenz Thank you for your time. I think the problem is Windows AD in versions before 2025. You are using OpenLDAP and you don't have this problem. The code change...
Tried xe driver: ``` [ 10.789723] xe 0000:19:00.0: [drm] Attempting to resize bar from 256MiB -> 8192MiB [ 10.800199] xe 0000:19:00.0: BAR 2 [mem 0x27fe0000000-0x27fefffffff 64bit pref]: releasing [ 10.809842]...
I recorded a couple of videos of boot process https://github.com/user-attachments/assets/fc7ce820-142e-49ff-9c31-f2ddb31b106f https://github.com/user-attachments/assets/2eae8b02-8eed-45ed-9fd2-87cc7371a97f
Mine works fine On Sat, Sep 27, 2025, 18:12 ʀᴜɴᴛɪᴍᴇ ( Dʀᴀɢᴏsʜ ) ***@***.***> wrote: > *0dragosh* left a comment (xCuri0/ReBarUEFI#261) > > > has anyone been able to turn...
@ToropovAV Could you please share working example?
Is there any way to build and install this version without waiting for approval?
Waiting for that too!