Eduardo Bacchi Kienetz
Eduardo Bacchi Kienetz
Yes, I always hope to get back and add all the functions, but never had time. Will try starting next week.
Please check if the behaviour is the same when running the command line utility smbclient: `smbclient //yourserver/sharename -U domain\\username` Then use mkdir and chmod.
Is that share the user's profile one? Or just some generic share?
@kratzersmz , just to make it clear, since this issue is already observed on libsmbclient itself, we won't take any action, unless one of you / @szaqal83 have a way...
b is the default, t is what we don't implement, so, if there is no need for t, we can probably wait until there is someone with a real use...
Do you find this to still be required @bachp ? Where are you experiencing it? I run Fedora 33 and the header is under include/samba-4.0/ and it has been found...
`find /usr -type f -name libsmbclient.h` or `locate libsmbclient.h` Does it find it anywhere? I think you need: `apk add samba-dev`
So, you mean that even https://travis-ci.org/github/eduardok/libsmbclient-php/builds/761208019 is ugly enough ? Check out my changes at https://github.com/eduardok/libsmbclient-php/tree/phpunit (won't merge like that, might squash). I mean, it is ugly, but at least...
I'm trying to understand that actual failure there... 20 vs 2. Is ENOTDIR now returning 2, or is it some other issue? Haven't traced it yet...
@remicollet if you have any comments on ENOTDIR returning 2 on PHP 8, please let me know. If it is the expected behaviour than I can probably add those changes...