Hopefully this isn't already a known issue, search didn't turn up anything.
If I want to browse to a computer that isn't a domain member I don't get challenged for alternate credentials, just an error that it's not available. The usual Explorer behavior is if I type \\standaloneServer I get prompted for a valid login on that machine.
Network share with different authentication
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Network share with different authentication
When you first log in via Explorer, can you then access that server in XYplorer?
-
Liquidmantis
- Posts: 32
- Joined: 27 Apr 2007 22:34
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Okay, these are binary flags that control which kind of servers I show. Currently (since years) I only use the first two! (for performance reasons, although I'm not 100% sure whether this really makes it faster) Down in the list you'll see SV_TYPE_DFS. Looks like your baby. I'll add in the next upload... You tell me what happens.Liquidmantis wrote:I doubt this is related, but DFS shares don't show up either. For example \\mydomain.foo\myDFS\linkedShare\ just displays \\mydomain.foo, the SYSVOL and NETLOGON shares. Somehow my mapped drives work fine though
Code: Select all
Private Const SV_TYPE_WORKSTATION As Long = &H1
Private Const SV_TYPE_SERVER As Long = &H2
Private Const SV_TYPE_SQLSERVER As Long = &H4
Private Const SV_TYPE_DOMAIN_CTRL As Long = &H8
Private Const SV_TYPE_DOMAIN_BAKCTRL As Long = &H10
Private Const SV_TYPE_TIME_SOURCE As Long = &H20
Private Const SV_TYPE_AFP As Long = &H40
Private Const SV_TYPE_NOVELL As Long = &H80
Private Const SV_TYPE_DOMAIN_MEMBER As Long = &H100
Private Const SV_TYPE_PRINTQ_SERVER As Long = &H200
Private Const SV_TYPE_DIALIN_SERVER As Long = &H400
Private Const SV_TYPE_XENIX_SERVER As Long = &H800
Private Const SV_TYPE_SERVER_UNIX As Long = SV_TYPE_XENIX_SERVER
Private Const SV_TYPE_NT As Long = &H1000
Private Const SV_TYPE_WFW As Long = &H2000
Private Const SV_TYPE_SERVER_MFPN As Long = &H4000
Private Const SV_TYPE_SERVER_NT As Long = &H8000&
Private Const SV_TYPE_POTENTIAL_BROWSER As Long = &H10000
Private Const SV_TYPE_BACKUP_BROWSER As Long = &H20000
Private Const SV_TYPE_MASTER_BROWSER As Long = &H40000
Private Const SV_TYPE_DOMAIN_MASTER As Long = &H80000
Private Const SV_TYPE_SERVER_OSF As Long = &H100000
Private Const SV_TYPE_SERVER_VMS As Long = &H200000
Private Const SV_TYPE_WINDOWS As Long = &H400000 'Windows95 and above
Private Const SV_TYPE_DFS As Long = &H800000 'Root of a DFS tree
Private Const SV_TYPE_CLUSTER_NT As Long = &H1000000 'NT Cluster
Private Const SV_TYPE_TERMINALSERVER As Long = &H2000000 'Terminal Server
Private Const SV_TYPE_DCE As Long = &H10000000 'IBM DSS (Directory and Security Services) or equivalent
Private Const SV_TYPE_ALTERNATE_XPORT As Long = &H20000000 'Return list for alternate transport
Private Const SV_TYPE_LOCAL_LIST_ONLY As Long = &H40000000 'Return local list only
Private Const SV_TYPE_DOMAIN_ENUM As Long = &H80000000 'Return domain list only-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Liquidmantis
- Posts: 32
- Joined: 27 Apr 2007 22:34
It's working now. The first time I tried it showed just the SYSVOL and NETLOGON shares but then I tried another DFS share and it worked. I haven't been able to reproduce the problem yet. Strangely when I restart XYplorer after exiting while in a DFS share I get an error message that it can't find \\mydomain.foo\myDFS\linkedShare but then I can immediately type the same path in the address bar and it works.admin wrote:Down in the list you'll see SV_TYPE_DFS. Looks like your baby. I'll add in the next upload... You tell me what happens.
Thanks for the fix!
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
You might try to check Configuration|Advanced: Cache network servers between sessions. Speeds up networking when you always use the same servers. (Then: To refresh the servers select Nethood in Tree and press F5)Liquidmantis wrote:Strangely when I restart XYplorer after exiting while in a DFS share I get an error message that it can't find \\mydomain.foo\myDFS\linkedShare but then I can immediately type the same path in the address bar and it works.
XYplorer Beta Club