Skip to content

Conversation

@monkeyiq
Copy link
Contributor

@monkeyiq monkeyiq commented Feb 5, 2026

This

\\some-pc\some-share\some.key

Should result in

var_dump($ret);
string(29) "//some-pc/some-share/some.key"

Which according to
#2586 should be able to be loaded.

I only have a partial php win env so it needs verification against a real SSP install.

This

```
\\some-pc\some-share\some.key
```

Should result in

```
var_dump($ret);
string(29) "//some-pc/some-share/some.key"
```

Which according to
simplesamlphp#2586
should be able to be loaded.

I only have a partial php win env so it needs verification against a
real SSP install.
@tvdijen
Copy link
Member

tvdijen commented Feb 5, 2026

If this works, we should capture this case in a unit test

@monkeyiq
Copy link
Contributor Author

monkeyiq commented Feb 5, 2026

I don't know if folks are running the httpd build for win most or something else these days. From my perspective apache makes it easier if that is commonish. I guess if I installed httpd at some stage and maybe set it up to rsync the code over to that box it would perhaps help with win testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants