1

On Solaris 10 it was located in /etc/X11/gdm/gdm.conf but that file is missing from a standard Solaris 11 install. When I run the command slocate gdm.conf the only file I get is /etc/dbus-1/system.d/gdm.conf which I don't this is the correct one.

growse
  • 8,020
  • 13
  • 74
  • 115
Rsaesha
  • 360
  • 3
  • 11

1 Answers1

2

found with

find / |grep gdm

It's in /etc/gdm. for xdmcp it should suffice to write enable=true under [xdmcp] in custom.conf.

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
Alex
  • 21
  • 1